$(document).ready(function(){
			
		var loc = window.location.toString().split("/")
    	loc = loc[loc.length - 1]
    	$("#nav a[href=\""+loc+"\"]").addClass("on"); //adds the on class to top links
			
		$(".webcam").colorbox({width:"85%", height:"80%", iframe:true});
		$(".lodgingSpecial").colorbox({width:"70%", height:"100%", iframe:true});
		//$('.row23small:eq(2)').css("background-image", "none");
});	
