$(document).ready(function(){
	 //Slide Show
	$(".comingSoon").fancybox({
	
	});					   
	// Fix PNG transparency in IE:
//	$(document).pngFix();
	//////////////////////////////
	if ($('ul#myRoundabout').length) {
				$('ul#myRoundabout').roundabout({
					btnNext: '#next',
					btnPrev: '#previous',
					startingChild: 2,
					duration: 1000,
					easing: 'easeInOutBack'
				});
			}

	
  
        $page = window.location ;
		
		
        if(!$page) {
            $page = 'index.php';
        }
        $('ul#headerUl li a').each(function(){
            var $href = $(this).attr('href');
            if ( ($href == $page) || ($href == '') ) {
                $(this).addClass('selected');
            } else {
                $(this).removeClass('selected');
            }
        }); 
});


    /* with no arguments you get back the file name of the page that is currently loaded on the browser */

    $(function(){
             
    });
