function GetRandomAffiliateAd()
{
	var ad = "";
	var rand = 4;//Math.floor(Math.random()*4);
	switch(rand)
	{
		case 0:
			ad = '<a href="http://click.linksynergy.com/fs-bin/click?id=ESi*/gW51GQ&offerid=136622.10000878&subid=0&type=4"><IMG border="0" alt="Price Assurance Math (180x150)" src="http://ad.linksynergy.com/fs-bin/show?id=ESi*/gW51GQ&bids=136622.10000878&subid=0&type=4&gridnum=11"></a>';
			break;
		case 1:
			ad = '<a href="http://click.linksynergy.com/fs-bin/click?id=ESi*/gW51GQ&offerid=54694.10000821&subid=0&type=4"><IMG border="0" alt="Magazines.com, Inc." src="http://ad.linksynergy.com/fs-bin/show?id=ESi*/gW51GQ&bids=54694.10000821&subid=0&type=4&gridnum=11"></a>';
			break;
		case 2:
			ad = '<a href="http://click.linksynergy.com/fs-bin/click?id=ESi*/gW51GQ&offerid=137588.10000546&subid=0&type=4"><IMG border="0" alt="Office Depot, Inc" src="http://ad.linksynergy.com/fs-bin/show?id=ESi*/gW51GQ&bids=137588.10000546&subid=0&type=4&gridnum=11"></a>';
			break;
		case 3:
			ad = '<a href="http://click.linksynergy.com/fs-bin/click?id=ESi*/gW51GQ&offerid=170445.10000120&type=4&subid=0"><IMG alt="LT - 090909 - 180x150 Feel Good" border="0" src="http://affiliates.petsmart.com/images/banners/090109/180x150.jpg"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=ESi*/gW51GQ&bids=170445.10000120&type=4&subid=0">';
			break;
		case 4:
			ad = '<a href="http://www.jaydouglasproductions.biz/"><IMG alt="http://www.jaydouglasproductions.biz/" border="0" target="_new" src="http://www.nextcat.com/images/advertisements/need-a-website.jpg"></a>';
			break;
	}
	$("#AffiliateAdDiv").html(ad);
}