ludc
2025-01-16 5203081b68e3a8dc139d1807b2f8774e4a00a82a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
var PageName = 'Home';
var PageId = 'pa5d57d5d3da54d12af015a01ee6a3068'
var PageUrl = 'Home.html'
document.title = 'Home';
 
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) {
 
}
 
var u0 = document.getElementById('u0');
gv_vAlignTable['u0'] = 'top';
if (window.OnLoad) OnLoad();