// PRELOAD IMAGES
nav1 = new Image();
nav1.src = "images/pageElements/callout1_on.jpg";
nav2 = new Image();
nav2.src = "images/pageElements/callout2_on.jpg";
nav3 = new Image();
nav3.src = "images/pageElements/callout3_on.jpg";

function runSiteScripts() {
	//SIFR
	  var times = { src: 'times.swf' };
	  sIFR.activate(times) 
	  sIFR.replace(times, {
		selector: '#content h1', 
		src: 'times.swf', 
		wmode: 'transparent',
		css: [ '.sIFR-root {color:#274679; font-weight:bold;}' ]
	  });
}

function loadFeature(featureName, width, height, targetDiv) {

	var thisurl = location.href.substring(location.href.lastIndexOf("http://")+7, location.href.length); 
	var colorstxt = thisurl.substring(0, thisurl.lastIndexOf('/'))+"/colors.txt";
	
	var flashvars = { colorslocation: colorstxt};
	var params = { wmode: "transparent"};
	
	return swfobject.embedSWF("http://tools.televoxsites.com/features/"+ featureName +".swf", targetDiv, width, height, "6", "expressInstall.swf", flashvars, params);

}