var PageName = 'Page 1'; var PageId = 'pd9075a2be7e34a3eb1cad96bf184889a' var PageUrl = 'Page_1.html' document.title = 'Page 1'; if (top.location != self.location) { if (parent.HandleMainFrameChanged) { parent.HandleMainFrameChanged(); } } var $OnLoadVariable = ''; var $CSUM; var hasQuery = false; var query = window.location.hash.substring(1); if (query.length > 0) hasQuery = true; var vars = query.split("&"); for (var i = 0; i < vars.length; i++) { var pair = vars[i].split("="); if (pair[0].length > 0) eval("$" + pair[0] + " = decodeURIComponent(pair[1]);"); } if (hasQuery && $CSUM != 1) { alert('Prototype Warning: The variable values were too long to pass to this page.\nIf you are using IE, using Firefox will support more data.'); } function GetQuerystring() { return '#OnLoadVariable=' + encodeURIComponent($OnLoadVariable) + '&CSUM=1'; } function PopulateVariables(value) { value = value.replace(/\[\[OnLoadVariable\]\]/g, $OnLoadVariable); value = value.replace(/\[\[PageName\]\]/g, PageName); return value; } function OnLoad(e) { } if (window.OnLoad) OnLoad();