	var ad_cnt = 9;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % ad_cnt;
	var title = "";
	ad +=1;
	
	if (ad==1) {
		url="vplayer_pricing.html#additonal_solutions";
		title="Video Coupon"
		copy="Convince viewers to watch your video by offering a coupon which auto-launches once the viewer has finished watching your video.<br />One Vmatrix client achieved a 50% purchase rate using a video coupon.";
	}

	if (ad==2) {
		url="javascript:openRemote2('http://www.vmatrixonline.com/vplayer2/clients/bmw/vgallery.html');";
		title="Video Pioneer"
		copy="Vmatrix founder Gary Gabriel launched the first ever online commercial in January 1999 for Pacific BMW in Glendale, CA.<br />This was three months before Apple Computer attempted to make a similar claim!<br />";
	}

	if (ad==3) {
		url="partners.html";
		title="Partner with Vmatrix"
		copy="Vmatrix gives advertising, marketing, PR, media, and Web design agencies an easy way to expand their product portfolio, increase revenues, and reduce costs.<br /><br />";
	}

	if (ad==4) {
		url="vadvantage.html";
		title="The Vmatrix Advantage"
		copy="Find out what makes Vmatrix a different kind of video company -- and how the difference can help your business.<br /><br /><br /><br />";
	}

	if (ad==5) {
		url="javascript:openRemote('finance.html');";
		title="Finance Your Video"
		copy="Get a high-quality video for as little as $1,000 per month with our unique video financing plan.<br />Don't wait to start your video project.<br />Call us now!<br /><br />";
	}

	if (ad==6) {
		url="delivery.html";
		title="Measure Your Success"
		copy="Each of our Video Delivery solutions allows you to track viewing history to help you measure the impact of your video.<br />Our intuitive online reports make tracking your video a breeze.";
	}

	if (ad==7) {
		url="guarantee.html";
		title="Value Guarantee"
		copy="We are so confident in the quality and effectiveness of our solutions that we have created what we believe is an industry first:<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>a value guarantee</b>!<br /><br />";
	}

	if (ad==8) {
		url="selfmanaged.html";
		title="Create Your Own Video"
		copy="If you have your own creative team or are simply budget constrained, <i>Vstudio</i>&trade;, our<br>self-managed video production service, is the perfect solution.<br /><br /><br />";
	}

	if (ad==9) {
		url="cddvd.html";
		title="Tradeshow Success"
		copy="Stop traffic at your tradeshow booth and replace traditional print brochures with more effective video-enhanced interactive CDs and DVDs.<br /><br /><br />";
	}


var writeBanner = function()
{
	var html = "<br><div align=\"right\">"
	+ "<a href=\"" + url + "\" onmouseover=\"imageWB.src='images/textbox_arrow2_on.gif';\" onmouseout=\"imageWB.src='images/textbox_arrow2.gif';\">"
	+ "<img name=\"imageWB\" src=\"images/textbox_arrow2.gif\" border=\"0\"></a></div>";

		
	var rto = copy + html;
	document.write(rto);
}

