function stdStatus(){    window.status = "Roundstone International, Inc.";    return true;}function RandomQuote(){	var numberB = Math.random();	var randox = (numberB*100);	if (randox<=14) 	{		var yeeha = 1;	}	else if (randox<=28) 	{		var yeeha = 2;	}	else if (randox<=42) 	{		var yeeha = 3;	}	else if (randox<=56) 	{		var yeeha = 4;	}	else if (randox<=70) 	{		var yeeha = 5;	}	else if (randox<=84) 	{		var yeeha = 6;	}	else 	{		var yeeha = 7;	}	document.write ("<script language=\"javascript\" type=\"text\/javascript\" src=\"cssetjs\/quote\_000"+yeeha+".js\"><\/script>");		}RandomQuote();