function loadAdA(daPage) {
	position_a = new Array(
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4217%2D8&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner1.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4174%2D0&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner2.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D3460%2D4&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner3.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4433%2D2&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner4.jpg" /></a>'
	);
	document.write(position_a[Math.floor(Math.random() * position_a.length)]);
}
function loadAdB(daPage) {
	position_b = new Array(
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D3460%2D4&category_code"><img src="http://wheretraveler.com/files/ads/300X250banner3.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4433%2D2&category_code"><img src="http://wheretraveler.com/files/ads/300X250banner4.jpg" /></a>'
	);
	document.write(position_b[Math.floor(Math.random() * position_b.length)]);
}
function loadAdC(daPage) {
	position_c = new Array(
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D3460%2D4&category_code"><img src="http://wheretraveler.com/files/ads/300X250banner1.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4433%2D2&category_code"><img src="http://wheretraveler.com/files/ads/300X250banner2.jpg" /></a>'
	);
	document.write(position_c[Math.floor(Math.random() * position_c.length)]);
}
function loadAdD(daPage) {
	position_d = new Array(
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4217%2D8&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner1.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4174%2D0&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner2.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D3460%2D4&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner3.jpg" /></a>',
		'<a href="http://www.globepequot.com/globepequot/index.cfm?fuseaction=customer.product&product_code=0%2D7627%2D4433%2D2&category_code"><img src="http://wheretraveler.com/files/ads/728X90banner4.jpg" /></a>'
	);
	document.write(position_d[Math.floor(Math.random() * position_d.length)]);
}