function Email_Friend() 
{ 
Email = "mailto:?subject= Check This Out - wowweekends.com "; 
Email += "&body= Check this page out:  " + "\n" + document.location; 
document.location = Email; 
} 

function Add_Favorites()
{ 
window.external.AddFavorite('http://www.wowweekends.com', 'wowweekends.com')
}

function openWin(wName, wWidth, wHeight, wResize)
{
  features = 'scrollbars=0,status=0,resizable=' + ((wResize) ? 1 : 0) + ((wWidth) ? ',width=' + wWidth : '') + ((wHeight) ? ',height=' + wHeight : '');
  popWin = window.open('', wName, features);

}




