/* 
 * To change this template, choose Tools
 * and open the template in the editor.
 */

 document.getElementById("rotator").innerHTML="<img src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurantegde_1.jpg' width='810' height='298'/>\n\
 <img src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurantegde_2.jpg' width='810' height='298'/>\n\
 <img src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurantegde_3.jpg' width='810' height='298'/>\n\
 <img src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurantegde_4.jpg' width='810' height='298'/>\n\
 <img src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurantegde_5.jpg' width='810' height='298'/>";
 
function autoLoadByTheme(){
    document.getElementById("pictureHolderByTheme").innerHTML="<img class='alignnone size-full wp-image-52' src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurante_1.jpg' width='180' height='155'/>\n\
 <img class='alignnone size-full wp-image-52' src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurante_2.jpg' width='180' height='155'/>\n\
 <img class='alignnone size-full wp-image-52' src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurante_3.jpg' width='180' height='155'/>\n\
 <img class='alignnone size-full wp-image-52' src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurante_4.jpg' width='180' height='155'/>\n\
 <img class='alignnone size-full wp-image-52' src='http://www.lapalapapv.com/site/commonImages/Update-4/restaurante_6.jpg' width='180' height='155'/>";
    clearTimeout(t);
}
 
 var t=setTimeout("autoLoadByTheme()", 1000);
