<!--//<![CDATA[
function jump(url)
{
if(url=="nopick")
{
return;
}
else
{
window.location.href=url;
}
return;
}
//]]>-->