Cufon.set('fontFamily', 'Stag Semibold');

Cufon.replace('.inner-txt h2,.banner-section h2,#subcontent h3',{
	separate: "words",
	hover:true
});

$(document).ready(function() {

$('#banner-holder-inner').cycle({
    fx:     'scrollHorz',
    prev:   '#prev2',
    next:   '#next2',
    speed:    600, 
    sync: true,
    timeout: 0
});

$(".login-popup").fancybox();

//Search Input value
$("input.s").val('Search Site');
	$("input.s").click(function () {
		  $(this).val(' ');
	 });

	$('#banner').after('<div class="tabs">').cycle({ 
	    fx:     'fade', 
	    speed:  'slow',
	    timeout: 4000,
	    pager:  '.tabs' 
	});



});

function emailme() {
    var title = document.title;
    var url = document.location.href;
    var subject = "BoardMatch Ireland Website";
    var bodyText = "I saw this page and thought you might like to see it " + url;

    window.location.href = "mailto:?subject=" + subject + "&body=" + bodyText;

}


