var productionInd = 'true';

function surfaid() {
	var fStr = "";

	if( productionInd == 'true' ) {

	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	fStr += ("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>" );
	fStr += ("\<script src='js/g_analytics-w3.js' type='text/javascript'>\<\/script>" );	

	}

	return fStr;
}

function surfaidError() {
	var fStr = "";
	return fStr;
}

function surfaidFlash( str ) {
	var fStr = str;
	return fStr;
}
function setProductionInd ( newInd ) {
	productionInd = newInd;
}


