
function init(){
  if(chckcrnr()){
    rndd("div.bx1","all","#dee5ef","#fff","smooth border #91abc2");
    rndd("div.atraction","top","#fff","#8d188d","smooth border #8d188d");
    rndd("div.atraction","bottom","#fff","#8d188d","smooth border #8d188d");
    //rndd("div#datesbox","all","#adceae","#cfe2cf","smooth border #5a965a");
    //rndd("div#roomsbox","all","#adceae","#cfe2cf","smooth border #5a965a");
    rndd("div#searchbottom","bottom","#fff","#cfe2cf","smooth border #3f693f");
    rndd("div.pblshr","all","#fff","#008ba1","smooth border #008ba1");  
    rndd("div.publshrmap","top","#fff","#FF6300","smooth border #FF6300");  
    rndd("div.publshrhtl","top","#fff","#3f693f","smooth border #3f693f"); 
    rndd("div.mphdr","top","#fff","#069","smooth border #069"); 
    rndd("div.hrchsbmt","bottom","#cfe2cf","#cfe2cf","smooth border #3f693f");   
    
  }
}

