$(function() {
	//$('.rotate').rotate(-3)
});

$(function() {
	//$('#gallery a').lightBox({fixedNavigation:true});	
	//$('#gallery a').lightBox();
});

$(function() {
    //if($.fontAvailable('Helvetica Neue-Light')) {
	//	alert('got it');
	//}
});

$(function() {
	$(document).pngFix(); 
});

$(function() {
	// Privacy Links
	$("a[class='newwin']").click(function(){
		this.target = "_blank";
	});	     
	                               
	$("a[class^='cat_16']").click(function(){
		this.target = "_blank";
	});	                                    
	
	// BOOK NOW LINK
	$("a[class='cat_13']").attr('href', 'http://81.25.194.32/00000001/032/023112/presearch.phtml?clusterName=ITSERHTLSGolf&redir=UK&rt=1245757256');
	$("a[class='cat_13']").click(function(){
		this.target = "_blank";
	});	   
	$("a[class*='cat_16']").attr('href', 'javascript:;');
	$("a[class*='cat_16']").click(function(){
		window.open("/themes/hotel_select/static/privacy.html","popup","scrollbars=yes,width=724,height=453,top=50,left=23").focus
		return false;
	});	
	$("li[class*='cat-16'] > a").attr('href', 'javascript:;');
	$("li[class*='cat-16'] > a").click(function(){
		window.open("/themes/hotel_select/static/privacy.html","popup","scrollbars=yes,width=724,height=453,top=50,left=23").focus
		return false;
	});	
});

// PRIVACY LINK
