















function  populateAllImagesLater(){

    populateImagesLater("merinewslogo","<a href='http://www.merinews.com'> <img src='/mnc/images/logo.gif'	width='180' height='77' border='0' /></a>","inline","visible");
     iframeAds();
}
function populateImagesLater(myid,textall,dis,visi){
     document.getElementById(myid).innerHTML=textall;
     document.getElementById(myid).style.display=dis;
     document.getElementById(myid).style.visibility=visi;

}
function iframeAds(){
var iframeAds1="<iframe src='/home/components/ads/adDisplay.jsp' height='90' width='728' scrolling='no' frameborder='0' align='right' marginheight='0' marginwidth='0' ></iframe>"
document.getElementById("myhomeads").innerHTML=iframeAds1;
}
