// JavaScript Document


document.write ("<!--[if lt IE 7.]>");
document.write ("<script defer type=\"text/javascript\" src=\"/js/pngfix.js\"></script>");
document.write ("<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/ie_subpage_09.css\" media=\"screen\" />");
document.write ("<![endif]-->");






function loadall() {
	if(window.noredir === undefined) {
		if (top == self) {
			newurl = '/iframe_to_drupal.cfm?iframeurl='+ document.URL;
			top.location.href=newurl; 
		} 
	}
}
window.onload = loadall(); 
