var iad_img=new Array("loveheart_h100.jpg","heartfelt_h100.jpg","healthhealing_h100.jpg","hylcd_h100.jpg","moneytree_h100.jpg","breakthrough_h100.jpg","weightloss_h100.jpg");
var iad_durl=new Array("romance.htm","goto_prod.php?p=apfthcd2","health.htm","goto_prod.php?p=apfthcd1","prosperity.htm","goto_prod.php?p=vmpaor","weight-loss.htm");
var iad_text=new Array("Make Love<br>Happen!","Release the<br>Past now!","Your Health<br>&nbsp;Your Healing...","Heal Your Life<br>Listen Now!","Be Prosperous","Get Your<br>Affirmations NOW!","Lose Weight<br>Naturally");

var imgpath="../images/";
var fullpath="http://www.vitalaffirmations.com/";
var cidx=Math.floor(Math.random()*7);


function showNextAd()
{
	try
	{
		var i=document.getElementById("iadimg");
		var u=document.getElementById("iadurl");
		var au=document.getElementById("iadimga");
		
		
		u.href=fullpath+iad_durl[cidx];
		u.innerHTML=iad_text[cidx];
		i.src=imgpath+iad_img[cidx];
		au.href=fullpath+iad_durl[cidx];
		
		cidx++;
		if(cidx > 6) cidx=0;
	}
	catch(err)
	{
	}
}