function stopErrors() { return true; }

window.onerror = stopErrors;


/*********** BEGIN UNBLUR ALL LINKS ***************/


function unblur() {

this.blur();

}



function blurLinks() {

if (!document.getElementById) return;

theLinks = document.getElementsByTagName("a");

for(i=0; i<theLinks.length; i++) {

theLinks[i].onfocus = unblur;

}

}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function bookmark(){
    var title="NewMed Search Solutions, Inc. -- An executive Search Firm for the recruitment of medical sales, marketing, and management positions for the medical device and biotech industry."
    var url="http://www.newmedsearch.com"

    if (window.sidebar) window.sidebar.addPanel(title, url,"");

    else if( window.opera && window.print )
    {
    var mbm = document.createElement('a');
    mbm.setAttribute('rel','sidebar');
    mbm.setAttribute('href',url);
    mbm.setAttribute('title',title);
    mbm.click();
    }

    else if( document.all ) window.external.AddFavorite( url, title);

}