
// Shared Template Configuration File


// Variable Declarations

var bvdid = "18481"; 			//dealer bvdid
var sshow = "sshow.js"; 	//slideshow
var ga = "true"; 					//google analytics

var fpath = "http://media.channelblade.com/boat_graphics/templatesites/dts/dealerlibraries/"+bvdid+"/";


// Include Javascript Code

if(sshow != undefined){
	document.write('<script type="text/javascript" src="'+ fpath + sshow + '"></scr'+'ipt>');
}

// Include Google Verification Code

document.write('<meta name="verify-v1" content="Hp9XC6LGGyQItyK1LG8fcQ6BABr59u4cebQ041F0aVI=" />');

// Google Analytics Code

function includega() {
	try {
		var pageTracker = _gat._getTracker("UA-7245023-1");
		pageTracker._trackPageview();
	} catch(err) {}
}

if(ga == "true"){
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}
