// (c) 2007. Venus Cybernetics Corp. All rights reserved.

function sendlink()
{
   var newwin = '';
   var linkparm = "http://www.venusmobility.com/youhavelinks.aspx?q=" + location.href +'&'+'doc=' + document.title + '&'+'hos=' + 'http://www.realestatebusinesstimes.com';  
   newwin=window.open(linkparm,"winnew","resizable=0, status=0, width=506, height=632");
   newwin.focus();
   
   }
