var selector = 1;
var imageSelector = 1;


var imageRotate = new Array();
imageRotate[0] = "<img style=\"border: solid #000000; border-width: 1px\" src=\""+url+"/web images/moneygraph.gif\" />";
imageRotate[1] = "<img style=\"border: solid #000000; border-width: 1px\" src=\""+url+"/web images/moneyworld.gif\" />";
imageRotate[2] = "<img style=\"border: solid #000000; border-width: 1px\" src=\""+url+"/web images/saw.gif\" />";
imageRotate[3] = "<img style=\"border: solid #000000; border-width: 1px\" src=\""+url+"/web images/onedollar.gif\" />";



function rotateImage()
{
	var topImage = document.getElementById('topImage');
	topImage.innerHTML = imageRotate[imageSelector];
	imageSelector += 1;
	if(imageSelector == 4)
		imageSelector = 0;
}

setInterval('rotateImage()',3500);




document.write("<table >\
						<tr>\
							<td id=\"topImage\"><img style=\"border: solid #000000; border-width: 1px\" src=\""+url+"/web images/moneygraph.gif\" /></td>\
						<tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investorcorporate.html';\">CORPORATE PROFILE</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investordirectors.html';\">DIRECTORS & OFFICERS</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investorstock.html';\">STOCK INFORMATION</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investormain.html';\">ALL SEC FILINGS</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investormain.html';\">INSIDER TRANSACTIONS</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investorlinks.html';\">INDUSTRY LINKS</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investornews.html';\">NEWS</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');;\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investorbrokers.html';\">BROKERS</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');;\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investorcontact.html';\">INVESTOR INFORMATION</td>\
						</tr>\
						<tr>\
							<td id=\"investorRightChoices\" onMouseOver=\"backgroundChange(this,'#000066','#ffffff');;\" onMouseOut=\"backgroundChange(this,'#9999cc','#000000');\" onClick=\"window.location='"+url+"/investor relations/investorethics.html';\">CODE OF ETHICS</td>\
						</tr>\
						<tr>\
							<td id=\"rightMenuFooter\" style=\"font-size: 14px;text-align: center;height: 100px;border: solid #ffffff;color: #ffffff;border-width: 1px\">"+checkOrder+"</td>\
					</table>");