window.onload=function() {
	//This will fix the display problem of the particular elements when viewing on IE 6.
	if (document.all && navigator.appVersion.indexOf("MSIE 6") >= 0) {
		document.getElementById("isIE").style.width= 285 + "px";
		document.getElementById("site_title").style.marginLeft= 40 + "px";
		document.getElementById("flashcontent").style.marginLeft= 0 + "px";		
	} else {
		document.getElementById("flashcontent").style.marginLeft= -25 + "px";
	}
}
