// *** Last Updated 200912170638
if (typeof(wsstag_enabled) == 'undefined' || wsstag_enabled != "false") {
	if (typeof(wsstag_enabled) == 'undefined'){
	  var wsstag_enabled = "true";
	}
	
	var wsstag_location = document.location;
	var wsstag_querystring = document.location.search;

	if (wsstag_location.protocol.indexOf("file") == 0)
	{
	  wsstag_enabled = "false";
	}
}