var RequestURL = escape(document.referrer);
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
document.writeln("
");
var top = document.getElementById("top");
var botton = document.getElementById("botton");
var line = document.getElementById("line");
function Show()
{
botton.style.display="";
line.style.display="none";
}
function hide()
{
botton.style.display="none";
line.style.display="";
}
window.setTimeout("hide()",5000);
document.writeln("");