function randNum(low,high) {
 return Math.floor(Math.random()*(high-low+1)+low);
}
function displayPromo(){
	//i = randNum(1,2)
	
		//if(i == 1){
//		return '<p><a href="http://web.applied.com/base.cfm?page_id=2448"><img alt="" border="0" align="left" src="http://web.applied.com/assets/photos/alogo2.jpg" width="133px" height="146px" />Find out how Applied&reg; can be your strategic source to thousands of MRO parts!</a><br><br>Visit us at the <a href="http://www.expo.gsa.gov/" target="_blank">GSA Expo</a><br>Booth #343, April 22-24, Anaheim Convention Center</p>';
		//return '<p><a href="http://web.applied.com/base.cfm?page_id=3787"><img alt="" border="0" align="left" src="http://web.applied.com/assets/photos/sumitomoPromo.jpg" width="180px" height="167px" />New Sumitomo Product for the Food Industry is Efficient and Maintenance Free...Learn more</a></p>';
		//}
		//else {
		return '<p><a href="http://web.applied.com/base.cfm?page_id=1596"><img alt="" border="0" align="left" src="http://web.applied.com/assets/photos/catalogPromo.jpg" width="180px" height="150px" />Get your <strong>FREE</strong> copy of the 2008/2009 Applied Catalog</a></p>';
		//}
	/*if (i == 2){
		return '<p><img alt="" border="0" align="left" src="http://web.applied.com/assets/photos/renoldJeffrey.jpg" />Receive a <strong>FREE Craftsman 3-Piece Adjustable Wrench Set</strong> with $50 or more Renold Jeffrey <a href="http://web.applied.com/base.cfm?page_id=3613">Synergy&#8482; Chain</a> and <a href="http://web.applied.com/base.cfm?page_id=3614">Synergy&#8482; Chain Links</a> or <a href="http://web.applied.com/base.cfm?page_id=3615">Syno&#8482; Chain</a> and <a href="http://web.applied.com/base.cfm?page_id=3616">Syno&#8482; Chain Links</a> purchase on Applied.com*</p><p><span class="bodycopy">Just enter promotion code <strong>SP0108</strong>. Offer ends January 31, 2008.</span></p><p><span class="bodycopy">*Order must be placed on Applied.com. Limit one gift per customer while supplies last.</span></p>';
		//return '<p><a href="http://www.applied.com/apps/commerce/catalog/catalog.do?e=2&c=478&WT.mc_id=y-special_offer_1207"><img alt="" border="0" align="left" src="http://web.applied.com/assets/photos/Donaldson.gif" />Receive a <strong>FREE Energizer 3-way Lantern</strong> when you purchase one Donaldson T.R.A.P. Breather Filter plus any other Donaldson Filter.*</a></p><p><span class="bodycopy">Just enter promotion code <strong>SP1207</strong>. Offer ends December 31, 2007.</span></p><p><span class="bodycopy">*Order must be placed on Applied.com. Limit one gift per customer while supplies last.</span></p>';
	}*/

	
	
		//return '<p><a href="http://www.applied.com/apps/commerce/catalog/catalog.do?e=2&amp;c=582&amp;m=673&amp;WT.mc_id=y-special_offer_9797"><img alt="" border="0" align="left" src="http://web.applied.com/assets/photos/Gdyr2.jpg" />Receive a <strong>FREE Energizer 3-Way Lantern</strong> with $200 or more Goodyear product purchase on Applied.com!*</a></p><p><span class="bodycopy">Just enter promotion code <strong>SP9797</strong>. Offer ends September 30, 2007.</span></p><p><span class="bodycopy">*Order must be placed on Applied.com. Limit one gift per customer while supplies last. </span></p>';
		//return '<p><a href="http://www.applied.com/apps/commerce/catalog/catalog.do?e=2&amp;c=1859&amp;m=1575&amp;WT.mc_id=y-special_offer_8787"><img alt="" border="0" align="left" src="http://web.applied.com/assets/photos/sealmaster2.jpg" />Receive a <strong>FREE Craftsman 3-Piece Adjustable Wrench Set</strong> with $100 or more Sealmaster bearing purchase on Applied.com!*</span></a></p><p><span class="bodycopy">Just enter promotion code <strong>SP8787</strong>. Offer ends August 31, 2007.</span></p><p><span class="bodycopy">*Order must be placed on Applied.com. Limit one gift per customer while supplies last. </span></p>';
}