<!----
	function random_content(){
	var mycontent=new Array()
	//specify random content below.
	mycontent[1]='<a href="/ads/online/" target="_blank"><img src="/rightpic1.jpg" border="0" width=230 height=125 alt="Details"></a><br>'
	mycontent[2]='<a href="/comp/new/"><img src="/rightpic2.jpg" border="0" width=230 height=125 alt="Become a Dealer"></a><br>'
	mycontent[3]='<a href="/ref/schedule/"><img src="/rightpic3.jpg" border="0" width=230 height=125 alt="View Delivery Schedule"></a><br>'

	var ry=Math.floor(Math.random()*mycontent.length)
	if (ry==0)
	ry=1
	document.write(mycontent[ry])
	}
	random_content()
//--->