// JavaScript Document
function leap(x)
{
// alert("X is " + x);
if(document.ps_form.ps.value != "0")
{
document.location.href = x;
}
}
