function confirmLink(theLink,txt)
{
qs = confirm(txt);
if(qs) {
window.location=theLink;
}
return 1;
}
document.cookie="px=1";