/*
$(document).ready(function(){	
    $("#slider2").sudoSlider({ 
        numeric:true,
		fade: true,
	    auto:true,
        prevNext:false,
        continuous:true,

        startSlide: 1
    });
});
*/

Cufon.replace('.image-info .image-data h3, .image-info .image-data p', {hover: true, fontFamily: 'Retina Display Bold' });
Cufon.replace('.partners-col .title', {hover: true, fontFamily: 'Myriad Pro' });
Cufon.replace('.heart-right p', {hover: true, fontFamily: 'Gotham-Medium' });
Cufon.replace('#header .login-box ul li a', {hover: true, fontFamily: 'Whitney' });
Cufon.replace('.name-data', {hover: true, fontFamily: 'BradleyHandITC' });
Cufon.replace('', {hover: true, fontFamily: 'Gotham-Light' });




/*

$("#flowpanes").tabs("#flowpanes > div", {

	// enable "cross-fading" effect
	effect: 'fade',
	fadeOutSpeed: "slow",

	// start from the beginning after the last tab
	rotate: true

// use the slideshow plugin. It accepts its own configuration
}).slideshow();*/


$(document).ready(function(){
	$('#header .login-box ul li').last().addClass('last-link');
	$('.image-col .image-info').last().addClass('third-image-col');
	$('.bottom-box-col3 li:last-child').addClass('last-link');
	
	var contentHeight = $('.bottom-box-content').height();
	$('.bottom-box-content').height(contentHeight - 13);
	/*
	$('.last-banner').click(function(){
		window.location = "http://www.sawyouatsinai.com/only-sawyouatsinai-simchas/default.aspx";
	});
	
	$('.first-banner').click(function(){
		window.location = "http://www.sawyouatsinai.com/MemberSignup.aspx";
	});
	
	$('.second-banner').click(function(){
		window.location = "http://www.sawyouatsinai.com/MemberSignup.aspx";
	});
	*/
	$('a[rel*=external]').click( function() {
         window.open(this.href);
         return false;
    });
	
	 $("#marquee").marquee({yScroll: "bottom"});
	
})






