var TopAd = new Array;


/* These are five phrases for TopAd: */
		TopAd[0] = 'We have the best rates on the web for bulk photo retouching and bulk photo cropping';
		TopAd[1] = 'Vector conversion from $10 onwards';
		TopAd[2] = 'Send us your artwork for a vector conversion quote';
		TopAd[3] = 'We have expertise in 3D Studio Max & Maya. Check out our portfolio';
		TopAd[4] = 'Want to add dramatic effects to your photographs? Check out our portfolio';

TopAdAddress = new Array;


/* These are accordinly five addresses on wicth are going phrases  */		
		TopAdAddress[0] = 'photopages.html';
		TopAdAddress[1] = 'rvconvpage.html';
		TopAdAddress[2] = 'http://dropbox.yousendit.com/OccatorMedia';
		TopAdAddress[3] = '3danimpage.html';
		TopAdAddress[4] = 'photoeffectspage.html';

	var index = Math.floor(Math.random()*TopAd.length);
	
	document.write(TopAd[index].link(TopAdAddress[index]));