var detect = navigator.userAgent.toLowerCase();
var OS,browser,version,total,thestring;
if (checkIt('msie')) document.write("<a href='http://www.mozilla.com/en-US/?from=sfx&amp;uid=50276&amp;t=583' target='_blank'><img border='0' alt='Firefox 3' title='Firefox 3' src='http://sfx-images.mozilla.org/firefox/3.6/96x31_edit_green.png'/></a>")
function checkIt(string)
{
	place = detect.indexOf(string) + 1;
	thestring = string;
	return place;
}

