window.addEvent('domready',function() {
	dom_ready=true;
	
	//fix pngs for ie6
	if(window.ie6) {
		$('hdr_ribbon').setStyle("background","none");
		$('hdr_ribbon').setStyle("filter","progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+relativeImgDir+"hdr_ribbon.png', sizingMethod='crop');");
		$('foot_img').setStyle("background","none");
		$('foot_img').setStyle("filter","progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+relativeImgDir+"foot_wicker.png', sizingMethod='crop');");
		//$('foot_shim').setStyle("display","none");
		$('wrapper').setStyle("height","auto");
	}
}); //end domready function