	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.  One Vmatrix client achieved a 50 percent 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.  This was three months before Apple Computer launched what they claimed as the first ever online commercial!";
	}

	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.";
	}

	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.";
	}

	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.  Dont wait to start your video project  call us now!";
	}

	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.  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, we have created what we believe is an industry first... a value guarantee!";
	}

	if (ad==8) {
		url="selfmanaged.html";
		title="Create Your Own Video"
		copy="If you have your own creative team or are simply budget constrained, Vstudio  our<br>self-managed video production service  is the perfect solution.";
	}

	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.";
	}


var writeBanner = function()
{
	var html = "<br><div align=\"right\">"
	+ "<a href=\"" + url + "\" onmouseover=\"image5.src='images/textbox_arrow2_on.gif';\" onmouseout=\"image5.src='images/textbox_arrow2.gif';\">"
	+ "<img name=\"image5\" src=\"images/textbox_arrow2.gif\" border=\"0\"></a></div>";

		
	var rto = copy + html;
	document.write(rto);
}