if ( top == self ) 
{
   top.location.href = "/big-river-gifts.aspx";
}        
function closeWindow()
{
    window.top.hidePopWin();
}
function doDialogShow()
{
    document.body.style.backgroundImage='url(/img/lost.jpg)';
}

