$('#a2textads').ready(function() {
	var textads = new Array(
		"<a href=\"http://www.a2hosting.com/2140-16-3-68.html\" target=\"_blank\">A2 Hosting Affiliate Program</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-15-3-66.html\" target=\"_blank\">Developer Friendly VPS Hosting with PHP, Mysql, LxAdmin & More</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-15-3-64.html\" target=\"_blank\">VPS Hosting from $13.95/month</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-15-3-65.html\" target=\"_blank\">VPS Hosting from A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-15-3-67.html\" target=\"_blank\">VPS Hosting with 7 OS Options</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-12-3-55.html\" target=\"_blank\">Carbon Neutral Web Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-12-3-56.html\" target=\"_blank\">A2 Hosting – Your environmentally friendly web hosting company</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-12-3-57.html\" target=\"_blank\">Energy Efficient Web Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-12-3-58.html\" target=\"_blank\">Green Web Hosting at A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-0-3-17.html\" target=\"_blank\">A2 Hosting, Inc.</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-0-3-18.html\" target=\"_blank\">Web hosting by A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-0-3-20.html\" target=\"_blank\">A2 Hosting - Leading Edge Hosting. Excellent Support.</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-0-3-19.html\" target=\"_blank\">A2Hosting.com</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-0-3-21.html\" target=\"_blank\">A2 Hosting – 24/7 Monitoring & 99.9% Uptime</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-0-3-54.html\" target=\"_blank\">PCI Compliant eCommerce Hosting At A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-0-3-53.html\" target=\"_blank\">Auto-install blogs, wikis, forums and more at A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-6-3-27.html\" target=\"_blank\">Reseller Web Hosting with cPanel/WHM</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-6-3-34.html\" target=\"_blank\">Reseller hosting for under $20</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-6-3-36.html\" target=\"_blank\">A2 Reseller Hosting – Host unlimited domains</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-6-3-49.html\" target=\"_blank\">PHP5 and Ruby on Rails A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-6-3-50.html\" target=\"_blank\">A2 Hosting – The latest PHP and Ruby on Rails</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-6-3-51.html\" target=\"_blank\">Get the latest MySQL5 and PHP5 at A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-6-3-52.html\" target=\"_blank\">PostgreSQL Hosting at A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-5-3-45.html\" target=\"_blank\">A2 Hosting - Free Setup</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-5-3-33.html\" target=\"_blank\">Web hosting for under $5</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-5-3-46.html\" target=\"_blank\">A2 Hosting – The latest PHP and Ruby on Rails</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-5-3-31.html\" target=\"_blank\">cPanel Web Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-5-3-47.html\" target=\"_blank\">Get the latest MySQL5 and PHP5 at A2 Hosting</a>",
	
		"<a href=\"http://www.a2hosting.com/2140-5-3-48.html\" target=\"_blank\">PostgreSQL Hosting at A2 Hosting</a>");
	
	/* ------------------------------- */
	
		var adNumber = Math.round(Math.random() * (textads.length - 1));
		var ad = textads[adNumber];
		$('#a2textads').html(ad);
});