function flash_movie()
	{
	document.write ('<object type="application/x-shockwave-flash" data="/images/header.swf" id=flash width="760" height="200">')
	document.write ('<param name="movie" value="/images/header.swf">')
	document.write ('<param name="wmode" value="transparent">')
	document.write ('</object>') 
	}
	
function inc(filename)
	{
	var head = document.getElementsByTagName('head').item(0);
	var js = document.createElement('script');
 	js.setAttribute('type', 'text/javascript');
	js.setAttribute('src', "/includes/" + filename);
	head.appendChild(js)
	}

function thickbox()
	{	
	inc("jquery-1.1.3.1.js")
	inc("thickbox-3.1.js")
	}
	
function ie6()
	{
	if(document.all && navigator.userAgent.indexOf("MSIE 6.0")>0)
		{document.getElementById("middle").style.marginLeft='20px'}
	else if(document.all && navigator.userAgent.indexOf("MSIE 5.0")>0)
		{
		document.getElementById("middle").style.margin ='0 0 0 20px'
		document.getElementById("menu").style.margin ='0'
		document.getElementById("header").style.width='758px'		
		}
	}

window.onload = ie6
window.google_analytics_uacct = "UA-5646613-2";	
google_ad_client = "pub-4285960298918530";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "990000";
google_color_url = "cccccc";
google_color_text = "000000";