function addToWishList()
{
var prodID=$("input[name=productid]").val();
self.location='cart.php?mode=add2wl&productid='+prodID+'&amount=1';
}
