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