<!--

{

	//var TheURL = document.referrer;

	//TheURL = TheURL.toUpperCase();

	//if(TheURL.indexOf("HOME.MICROSOFT.COM") > 0) 

	//{

		//document.write("<FORM ACTION='http://home.microsoft.com' TARGET=_top METHOD='GET'>");

		//document.write("    <INPUT ALT='Back to Internet Start' TYPE='IMAGE' SRC='/tool/images/frontend/backstartlg.gif' NAME='btnReturnToHMC' VALUE='Return to HMC'>");

		//document.write("</FORM>");

	//}

	

	

	var ThisURL = document.URL;

	ThisURL = ThisURL.toUpperCase();

 	if (ThisURL.indexOf("/FORBES/") > 0) 

	{

		document.write('<P>');		

		document.write('<A TARGET="_blank" HREF="/asp/printForbesStory.asp?' + ThisURL + '"><IMG SRC="/tool/images/icons/print.gif" ALT="Print this story" WIDTH="100" HEIGHT="40" BORDER="0"></A>');

		document.write('&nbsp;');

		document.write('<A HREF="/asp/MailForbesStory.asp"><IMG SRC="/tool/images/icons/email.gif" ALT="Mail this story to a friend" WIDTH="130" HEIGHT="40" BORDER="0"></A>')

	}

 	if (ThisURL.indexOf("/TOOL/HTML/") > 0) 

	{

		document.write('<P>');		

		document.write('<A TARGET="_blank" HREF="/asp/printStory.asp?' + ThisURL + '"><IMG SRC="/tool/images/icons/print.gif" ALT="Print this story" WIDTH="100" HEIGHT="40" BORDER="0"></A>');

		document.write('&nbsp;');

		document.write('<A HREF="/asp/MailStory.asp"><IMG SRC="/tool/images/icons/email.gif" ALT="Mail this story to a friend" WIDTH="130" HEIGHT="40" BORDER="0"></A>')

	}

 	//if (ThisURL.indexOf("/ASAP/HTML/") > 0) 

	//{

		//document.write('<P>');		

		//document.write('<A TARGET="_blank" HREF="/asp/printStory.asp?' + ThisURL + '"><IMG SRC="/tool/images/icons/print.gif" ALT="Print this story" WIDTH="100" HEIGHT="40" BORDER="0"></A>');

		//document.write('&nbsp;');

		//document.write('<A HREF="/asp/MailStory.asp"><IMG SRC="/tool/images/icons/email.gif" ALT="Mail this story to a friend" WIDTH="130" HEIGHT="40" BORDER="0"></A>')

	//}

	

}

//-->



