

$(document).ready(function(){  
    var link_r = new Array();
    link_r[1] = "../savings/checking-accounts.htm";
    link_r[2] = "../services/applications-ndfcu/NDFCU_CUeStateBro.pdf";
    link_r[3] = "../services/applications-ndfcu/NDFCU_online-anytime.pdf";
    link_r[4] = "../business/businessservicesbrochure.pdf";
    link_r[5] = "http://69.94.124.179/right.php/pid/3/sid/10";
    link_r[6] = "http://itunes.apple.com/us/app/cu24-surf-atm-finder/id381503540?mt=8";
      var rand = Math.floor((6-0)*Math.random()) + 1;
    var content = "<a href='" + link_r[rand] + "' target='_blank'><img src='/images/adverts/advert-" + rand + ".jpg' alt='loading' title='NDFCU - There is a Difference!' width='515px' height='110px' /></a>";
    
    if( rand == 1 ) {
    content = "<a href='" + link_r[rand] + "' ><img src='/images/adverts/advert-" + rand + ".jpg' alt='loading' title='NDFCU - There is a Difference!' width='515px' height='110px' /></a>";    
    }
    
    
    $(".iab-full-banner").html(content);
    
    
    
    
    rand = Math.floor((4-0)*Math.random()) + 1;
    content = "<img src='/images/welcome-page/welcome-image-" + rand + ".jpg' alt='loading...' title='' width='642px' height='165px' style='z-index:99999999' />";
    $(".welcome-image").html(content);
    
   
});







