function initRollovers(){if(!document.getElementById)return;var aImgs=document.getElementsByTagName('img');var aInputs=document.getElementsByTagName('input');bj(aImgs,aImgs.length);bj(aInputs,aInputs.length);}function bj(aImages,n){var aPreLoad=new Array();var sTempSrc;for(var j=0;j<n;j++){if(aImages[j].className.match('imgover')){var src=aImages[j].getAttribute('src');var ftype=src.substring(src.lastIndexOf('.'),src.length);var hsrc=src.replace(ftype,'_o'+ftype);aImages[j].setAttribute('hsrc',hsrc);aPreLoad[j]=new Image();aPreLoad[j].src=hsrc;aImages[j].onmouseover=function(){sTempSrc=this.getAttribute('src');this.setAttribute('src',this.getAttribute('hsrc'));};aImages[j].onmouseout=function(){if(!sTempSrc)sTempSrc=this.getAttribute('src').replace('_o'+ftype,ftype);this.setAttribute('src',sTempSrc);};}}}var lcl=0;var htmlStr="<style type=\"text/css\"> #pbot_container {background-repeat: no-repeat; background-image: url(http://arestravel.com/images/jacksonville/abot_bg.png); width: 355px; height: 534px; } #pbot_content {width: 333px; height: 446px; padding-top: 48px; margin-left: 11px;} #item_box {width: 333px; height: 110px; margin-bottom: 2px; background: url(http://arestravel.com/images/jacksonville/item_bg.png); cursor: pointer;text-decoration: none;} a {text-decoration: none;} #item_box:hover {background: url(http://arestravel.com/images/jacksonville/item_bg_o.png); cursor: pointer;} .item_box_left {float: left; width: 233px; height: 95px; margin-top: 8px; margin-left: 8px; color: #fff; font-family: Arial, Helvetica, sans-serif;} .item_box_left .yellow {color: #fede00; text-decoration: underline;} .item_box_left .heading_a {font-size: 12px; font-weight: bold; margin-bottom: 8px;} .item_box_left .location {font-size: 10px; font-weight: normal; color: #d8f2f7; margin-bottom: 8px;} .item_box_left .description {font-size: 11px; font-weight: normal;} #item_box_right {float: right; width: 72px; height: 72px; margin-top: 8px; margin-right: 10px;} .image {border: 1px solid #25669c;} #more_button {width: 152px; height: 25px; margin-left: 170px; margin-top: 14px;} .clear {clear: both} </style> <div id=\"pbot_container\"> <div id=\"pbot_content\"> <a href=\"http://book.visitjacksonville.com/3675_attraction-info_a763.html\" onclick=\"pageTracker._link(this.href); return false;\" title=\"Adventure Landing\"> <div id=\"item_box\"> <div class=\"item_box_left\"> <div class=\"heading_a\">Adventure Landing</div> <div class=\"description\">Adventure Landing is The Place to Play! We have something for everyone, from kids to adults so the whole family can enjoy all of the excitement that Adventure Landing has to offer. Stay cool this summer and come... <span class=\"yellow\">More &raquo;</span> </div> </div> <div id=\"item_box_right\"><img src=\"http://arestravel.com/images/jacksonville/a763.jpg\" alt=\"Adventure Landing\" class=\"image\" /></div> </div> </a> <a href=\"http://book.visitjacksonville.com/3675_attraction-info_a772.html\" onclick=\"pageTracker._link(this.href); return false;\" title=\"Museum of Science &amp; History\"> <div id=\"item_box\"> <div class=\"item_box_left\"> <div class=\"heading_a\">Museum of Science &amp; History</div> <div class=\"description\">Experience electrifying and explosive science shows, explore 12,000 years of Jacksonville’s history, or watch the stars circle the night sky! See all this and more at the Museum of Science &amp; History... <span class=\"yellow\">More &raquo;</span> </div> </div> <div id=\"item_box_right\"><img src=\"http://arestravel.com/images/jacksonville/a772.jpg\" alt=\"Museum of Science &amp; History\" class=\"image\" /></div> </div> </a> <a href=\"http://book.visitjacksonville.com/3675_attraction-info_a768.html\" onclick=\"pageTracker._link(this.href); return false;\" title=\"Old Town Trolley Tour of St. Augustine\"> <div id=\"item_box\"> <div class=\"item_box_left\"> <div class=\"heading_a\">Old Town Trolley Tour of St. Augustine</div> <div class=\"description\">Sit back as our talented Old Town Trolley conductors share the history, attractions and sights of America's oldest city. Founded by Pedro Menendez de Aviles in 1565, St. Augustine is a unique city filled... <span class=\"yellow\">More &raquo;</span> </div> </div> <div id=\"item_box_right\"><img src=\"http://arestravel.com/images/jacksonville/a768.jpg\" alt=\"Old Town Trolley Tour of St. Augustine\" class=\"image\" /></div> </div> </a> <a href=\"http://book.visitjacksonville.com/3675_attraction-info_a770.html\" onclick=\"pageTracker._link(this.href); return false;\" title=\"Rent Beach Stuff\"> <div id=\"item_box\"> <div class=\"item_box_left\"> <div class=\"heading_a\">Rent Beach Stuff</div> <div class=\"description\">Rent Beach Stuff like cruisers for kids and adults, snorkel gear, kayaks, surf, body and skim boards. Serving Jacksonville's beach communities with free delivery to Mayport, Atlantic Beach... <span class=\"yellow\">More &raquo;</span> </div> </div> <div id=\"item_box_right\"><img src=\"http://arestravel.com/images/jacksonville/a770.jpg\" alt=\"Rent Beach Stuff\" class=\"image\" /></div> </div> </a> </div> <div id=\"more_button\"><a href=\"http://book.visitjacksonville.com/3675_ticket-list.html\" title=\"View more packages\"><img src=\"http://arestravel.com/images/jacksonville/more_button_a.png\" alt=\"View more packages\" class=\"imgover\" border=\"0\" /></a> </div> </div> ";document.write(htmlStr);var ro='1';if(ro==1)initRollovers();