var SideAd = new Array;


/* These are five phrases for SideAd: */
		SideAd[0] = 'Bulk  retouching as low as 15c per image!';
		SideAd[1] = 'Please quote your expected rate and see if we can make you a better offer!';
		SideAd[2] = 'New clients get a 10% discount on our already low animation rates!';
		SideAd[3] = 'Only till July 1 - your 1st vector conversion FREE!';
		SideAd[4] = 'DriveHQ - best FTP for all your needs!';

SideAdAddress = new Array;


/* These are accordinly five addresses on wicth are going phrases  */		
		SideAdAddress[0] = 'contactpage.php';
		SideAdAddress[1] = 'contactpage.php';
		SideAdAddress[2] = 'flashanimpage.html';
		SideAdAddress[3] = 'contactpage.php';
		SideAdAddress[4] = 'http://www.drivehq.com/secure/signup.aspx?refID=5208195';

	var index = Math.floor(Math.random()*SideAd.length);
	
	document.write(SideAd[index].link(SideAdAddress[index]));