/* 	Seller Portal javascript utilities 
	======================================================================== */
	
	
/* Create a link to the main site in the header control */
		thePrefix		= "http://www";
		theHostName 	= location.hostname;
		theFirstDot 	= theHostName.indexOf(".");
		thePartialURL	= theHostName.substring(theFirstDot);
		theLink			= "<a href=\"" + thePrefix + thePartialURL + "\" id=\"MainLinkToPublicLeadSite\" >";



/* 	add your utilities here 
	======================================================================== */




/* 	========================================================================
	End of utilites */