function ShowAd(AdID){ var iebody=(document.compatMode && document.compatMode != "BackCompat")? document.documentElement : document.body var dsoctop=document.all? iebody.scrollTop : pageYOffset Offset = 50 + dsoctop; document.getElementById(AdID).style.top = Offset + "px"; document.getElementById(AdID).style.display = 'block'; } function Close(AdID){ document.getElementById(AdID).style.display = 'none'; document.getElementById(AdID).style.top = "50px"; } function ShowAds(){ document.write('
\"Morris

Morris Hills Regional
ROCKAWAY, NJ
\"Weiss

Weiss Builders
MONTVILLE, NJ
\"Alpine

Alpine Painting
ROCKAWAY, NJ
\"Baldwin

Baldwin Dental Group
PARSIPPANY, NJ
powered by CoolerAds
'); if(bg > '') document.getElementById('NewspaperAds144').style.backgroundColor = bg; if(clip_title > '') document.getElementById('NewspaperAdsTitle144').innerHTML = clip_title; if(title_bold > '') document.getElementById('NewspaperAdsTitle144').style.fontWeight = title_bold; if(title_color > '') document.getElementById('NewspaperAdsTitle144').style.color = title_color; if(title_bg_color > '') document.getElementById('NewspaperAdsTitle144').style.backgroundColor = title_bg_color; if(border_color > '') document.getElementById('NewspaperAds144').style.borderColor = border_color; if(text_color > '') document.getElementById('NewspaperAds144').style.color = text_color; }