$(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});
});	