//	<!-- Home Right -->
//	Special promotions: new Business Machines

var hrno;
var hmright=new Array();

hmright[0]='<a href="http://officerange.opnet-irl.com/freeTextSearch.aspx?SearchText=bmnew" target="mainFrame"><img src="imagebank/home-bm.jpg"></a>';
hmright[1]='<br><br>';
hmright[2]='<a href="http://officerange.opnet-irl.com/freeTextSearch.aspx?SearchText=bmnew" target="mainFrame"><img src="imagebank/homer-blank.jpg"></a>';
	
for (hrno in hmright)
	{
	document.write(hmright[hrno]);
	}

