jQuery(document).ready(function($){
	
	$("#navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse", 
		delay:2000,
		animation:{height:"show"},
		speed:"normal"
	});
	
	/* remove box from links */
	$("a").focus(function(){ this.blur(); });		
	
	if ($("#orthodontist").length){
		var sshow = new SWFObject("http://tools.televoxsites.com/features/beOrtho.swf", "slideshow3", "500", "373", "6", "#000000");
		sshow.addVariable("colorslocation", location.host+DNN_skinPath+"colors.txt");
		sshow.addParam("wmode", "transparent"); 
		sshow.write("orthodontist");
	}
	
	if ($('#office-tour').length) {
		$('#office-tour').cycle({
			speed: 1500,
			timeout: 6000,
			before: setTitle
		});		
	}
	// set the caption
	function setTitle() {
		$('#caption').text(this.alt);
	}
	  
});

//sIFR implementation
function pageScripts(){
	var FuturaCondensedLight = {  src: DNN_skinPath + 'FuturaCondensedLight.swf' };
	sIFR.activate(FuturaCondensedLight);
	sIFR.replace(FuturaCondensedLight, {
	  selector: 'h1', 
	  wmode: 'transparent', 
	  src:  DNN_skinPath +  'FuturaCondensedLight.swf', 
	  css: [ '.sIFR-root {color:#660066;font-size:50px;letter-spacing:-1;}'  ] 
	});
}


