$(function() {
	$('a[@rel*=lightbox]').lightBox();
});

jQuery(document).ready(function() {
								
var url = document.URL;
var pathname = url.substring(url.lastIndexOf('/')+1);


switch(pathname)
		{
		case 'index.php':
			  $('#nav1').unbind();
			  $('#nav1').css("background-position-y" , "-38px");		
		  break;
		case 'gold-coast-apartments.php':
			  $('#nav2').unbind();
			  $('#nav2').css("background-position-y" , "-38px");		
		  break;
		case 'atrium-resort-gold-coast.php':
			  $('#nav3').unbind();
			  $('#nav3').css("background-position-y" , "-38px");		
		  break;
		case 'atrium-resort-broadwater.php':
			 $('#nav4').unbind();
			 $('#nav4').css("background-position-y" , "-38px");		
		  break;
		case 'atrium-broadwater.php':
			 $('#nav5').unbind();
			 $('#nav5').css("background-position-y" , "-38px");				 
		  break;
		  case 'the-atrium-resort-specials.php':
			 $('#nav6').unbind();
			 $('#nav6').css("background-position-y" , "-38px");				
		  break;
		case 'broadwater-accommodation-rates.php':
			 $('#nav7').unbind();
			 $('#nav7').css("background-position-y" , "-38px");				 
		  break;
		
		  case 'contact-the-atrium-resort-gold-coast.php':		
			 $('#nav9').unbind();			
			 $('#nav9').css("background-position-y" , "-38px");		
		  break;	
		}		
		
		$("#navig table tr td a").blend();
		
});

