Event.observe(window, 'load', CreateElements, false);

function CreateElements()
{
	/* START Header */

	DivElement = document.createElement('div');

	DivElement.innerHTML = '<map name="sites2"><area coords="15,0,120,13" shape="rect" href="http://uotreasures.com" target="_top" /><area coords="130,0,235,13" shape="rect" href="http://wowtreasures.com" target="_top" /><area coords="245,0,350,13" shape="rect" href="http://sltreasures.com" target="_top" /><area coords="360,0,465,13" shape="rect" href= "http://lotrotreasures.com" target="_top" /><area coords="15,16,120,28" shape="rect" href="http://vanguardtreasures.com" target="_top" /><area coords="130,16,235,28" shape="rect" href="http://swgtreasures.com" target="_top" /><area coords="245,16,350,28" shape="rect" href="http://aatreasures.com" target="_top" /><area coords="360,16,465,28" shape="rect" href="http://altreasures.com/" target="_top" /><area coords="15,31,120,43" shape="rect" href="http://eqtreasures.com" target="_top" /><area coords="130,31,235,43" shape="rect" href="http://eq2treasures.com/" target="_top" /><area coords="245,31,350,43" shape="rect" href="http://l2treasures.com" target="_top" /><area coords="360,31,465,43" shape="rect" href="http://fftreasures.com/" target="_top" /><area coords="15,46,120,58" shape="rect" href="http://cohtreasures.com" target="_top" /><area coords="130,46,235,58" shape="rect" href="http://guildwarstreasures.com/" target="_top" /><area coords="245,46,350,58" shape="rect" href="http://ddonlinetreasures.com" target="_top" /><area coords="360,46,465,58" shape="rect" href="http://eotreasures.com/" target="_top" /></map>';
	ImageElement = document.createElement('img');
	ImageElement.src = '/Img/wowtreasures/sites(white).jpg';
	ImageElement.setAttribute('usemap', '#sites2');
	ImageElement.style.border = '0';
	DivElement.appendChild(ImageElement);

	DivElement.innerHTML += '<div style="height:80px;margin:15px;"><div style="float:left"><span style="color: rgb(44, 99, 255); font-size: 14pt;"><img src="/Img/wowtreasures/levelingicon.gif" border="0"> Character Leveling</span></div><div style="float:right;margin:0px;"><ul class="PowerList" style="margin:0px;padding-right:25px;"><li><a href="http://pl.wowtreasures.com/powerlevel.php?t=plevel">Powerleveling</a></li><li><a href="http://pl.wowtreasures.com/powerlevel.php?t=honor">Honor Killing</a></li><li><a href="http://pl.wowtreasures.com/powerlevel.php?t=rep">Reputation</a></li><li><a href="http://pl.wowtreasures.com/powerlevel.php?t=prof">Professions</a></li></ul></div></div>';

	/*$('PageContent').parentNode.insertBefore(DivElement, $('PageContent').parentNode.firstChild);*/
	/* END Header */

	$('LiveSupportImg').src = '/Img/wowtreasures/livechat.bmp';

	DivHolder = document.createElement('div');
	DivHolder.className = 'FooterImages';
	DivHolder.innerHTML = '<a href="http://search.ebay.com/_W0QQgotopageZ1QQsassZuotreasuresQQsorecordsperpageZ25QQsosortorderZ1QQsosortpropertyZ1" target="_blank"><img src="/Img/wowtreasures/ebay.jpg" width="100" height="54" alt="ebay (16K)" align="top"/></a> <img src="/Img/wowtreasures/paypal.jpg" width="100" height="100" alt="paypal (4K)" align="top"/>  align="top"/></a> <a href="http://www.trustwho.com" target="_blank"><img src="/Img/wowtreasures/trustwho.jpg" width="100" height="110" alt="trustwho (10K)" align="top"/></a>';

	document.getElementsByTagName('body')[0].appendChild(DivHolder);
}