jQuery(document).ready(function () {
        jQuery('#slideshow').theatre({
                effect: 'fade',
                speed: 2000,
                width: 930,
                controls: 'none',
                height: 395,
                still: 2500
        });

        $('.appSlides').theatre({
                width: 425,
                height: 420,
                speed: 1000,
                autoplay: false,
                paging: '#myPaging',
                still: 9500
        });

        $('.customersSayingReviewsListHolder').theatre({
                speed: 350,
                controls: 'horizontal',
                still: 9500
        });
        $('#homepage-latest-news ul').theatre({
                speed: 350,
                effect: 'vertical',
                controls: 'none',
                autoplay: false,
                still: 9500,
        });

        $('.postCodeInput').watermark();


/*        $('.twoCol').fixHeight(); */

        $(".howTo").fancybox({
                'transitionIn': 'none',
                'transitionOut': 'none',
                'autoScale': false,
                'type': 'iframe',
                'padding': 0,
                'width': 726,
                'height': 550,
                'overlayColor': "#a20506",
                'scrolling': 'no'
        });
        $(".howTo2").fancybox({
                'transitionIn': 'none',
                'transitionOut': 'none',
                'autoScale': false,
                'type': 'iframe',
                'padding': 0,
                'width': 726,
                'height': 550,
                'overlayColor': "#fff",
                'scrolling': 'no'
        });

        $("#guest-login-button").fancybox({
                'autoDimensions': false,
                'padding': 20,
                'width': 650,
                'height': 390,
                'overlayShow': false,
                'scrolling': 'no'

        });

        $('.bodyWelcome a#guest-login-button').attr('href', '#sign-form-holder');

/*	$('.topArea').append('<a class="goToMobileVersion" href="/~m/"><span>Go to mobile optimized version</span></a>'); */

	var fontSize=parseInt($('.homepageMemberId').css('font-size'));
	var maxWidth=245;
	var currWidth=$('.homepageMemberId').width();
	if (currWidth > maxWidth) $('.homepageMemberId').css('font-size', Math.floor(fontSize * maxWidth / currWidth)+'px');


/*	Sticky Header 
	$('.homepagePostCodeForm').scrollToFixed();
        $('.homepagePostCodeForm').bind('fixed', function () {});
        $('.homepagePostCodeForm').bind('unfixed', function () {});
*/

});
