// JavaScript Document


admin_cookie = getCookie('admin');
var admin_cookie;
if(admin_cookie == "logged"){
	if(folder_name == "admin" || folder_name == "update" || folder_name == "sitemap" || folder_name == "editor"){
		//do nothing
	}else{
		if (window.addEventListener)
			window.addEventListener("load", staticbar, false)
		else if (window.attachEvent)
			window.attachEvent("onload", staticbar)
		else if (document.getElementById)
			window.onload=staticbar

		document.write("<div class='inner'><a href='../editor/index.asp'>Edit This Page</a><div>");
		}
	}

