var shopping = "<img src='/images/shopping-best2.jpg' width='250' height='83' vspace='0' align='left' /><span class='home-p_l-title'>Shopping</span><br /> Downtown Wisconsin Dells offers a unique and eclectic mix of shopping options. Stroll through the area and discover our variety of shops including gift shops, antique stores, art galleries, apparel boutiques and more! Indulge in sweet treats...<div class='readmore'><a href='/wisconsindellsshopping/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> ";

var dining = "<img src='/images/home-dining.jpg' width='250' height='83' vspace='0' align='left' /><span class='home-p_l-title'>Dining</span><br /> Downtown Wisconsin Dells offers a delightful variety of dining experiences - from fine dining, chain restaurants, casual family friendly diners and more. Our all-you-can-eat spots have something for everyone. With over forty restaurants...<div class='readmore'><a href='/wisconsindellsdining/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> ";

var attractions = "<img src='/images/home-attractions.jpg' width='250' height='83' vspace='0' align='left' /><span class='home-p_l-title'>Attractions</span><br /> If you\'re looking for non-stop fun for every member of the family, Downtown Wisconsin Dells is the perfect choice! The centerpiece of the Downtown Area is the scenic Dells RiverWalk, providing guests a chance to stroll along the...<div class='readmore'><a href='/wisconsindellsattractions/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> ";

var accommodations = "<img src='/images/home-accommos.jpg' width='250' height='83' vspace='0' align='left' /><span class='home-p_l-title'>Accommodations</span><br /> Downtown Wisconsin Dells lodging covers a wide range of tastes and budgets, from the charm of a bed & breakfast to rustic campgrounds to the comfort and convenience of our many hotels and motels; we truly have something for everyone...<div class='readmore'><a href='/wisconsindellsaccommodations/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> ";

var events = "<img src='/images/events3.jpg' width='250' height='83' vspace='0' align='left' /><span class='home-p_l-title'>Events</span><br /> In the old days, simply observing the surrounding beauty was special enough, but today, there's so much more to Wisconsin Dells. We celebrate the seasons with parties, craft fairs, concerts and food festivals. Our calendar of events is...<div class='readmore'><a href='/wisconsindellsevents/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> ";

var nitelife = "<img src='/images/afterhours2.jpg' width='250' height='83' vspace='0' align='left' /><span class='home-p_l-title'>After Hours</span><br /> Not all the fun in the Dells happens in daylight, the setting sun sets the stage for the nightlife. Downtown Wisconsin Dells features several bars & nightclubs, many with live entertainment regularly throughout the summer. These local...<div class='readmore'><a href='/wisconsindellsnightlife/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> ";


var listingarray = new Array();
listingarray[0] = shopping;
listingarray[1] = dining;
listingarray[2] = attractions;
listingarray[3] = accommodations;
listingarray[4] = events;
listingarray[5] = nitelife;

shuffle(listingarray);

function shuffle( array ) {
    for(var j, x, i = array.length; i; j = parseInt(Math.random() * i), x = array[--i], array[i] = array[j], array[j] = x);
    return true;
}

/*document.write("<div class='home-p_lcontainer'><img src='images/afterhours.png' width='250' height='83' vspace='0' align='left' /><span class='home-p_l-title'>After Hours</span><br /> Downtown Wisconsin Dells offers some of Wisconsin\'s most exciting entertainment to be found! There is something for everyone, from scenic boat tours and serene strolls along the RiverWalk to exciting games and magical challenges. <div class='readmore'><a href='/wisconsindellsnightlife/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> <hr align='right' width='370' /> <img src='images/events1.jpg' width='250' height='83' align='left' /><span class='home-p_l-title'>Events</span><br /> Downtown Wisconsin Dells offers some of Wisconsin\'s most exciting entertainment to be found! There is something for everyone, from scenic boat tours and serene strolls along the RiverWalk to exciting games and magical challenges.<div class='readmore'><a href='/wisconsindellsevents/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> <hr align='right' width='370' /> <img src='images/shopping-best.png' width='250' height='83' align='left' /><span class='home-p_l-title'>Shopping</span><br /> Downtown Wisconsin Dells offers some of Wisconsin\'s most exciting entertainment to be found! There is something for everyone, from scenic boat tours and serene strolls along the RiverWalk to exciting games and magical challenges.<div class='readmore'><a href='/wisconsindellsshopping/' class='moreeventslink'>Read More</a> <img src='images/circle-arrow.jpg' width='14' height='14' align='absmiddle' /></div> </div>");*/

document.write("<div class='home-p_lcontainer'>");
document.write("<div id='spacerdiv' style='width:370px;height:1px;margin-top:-1px;clear:both'></div> ");

document.write(listingarray[0]);
document.write("<hr align='right' width='370' style='clear:both' /> ");
document.write(listingarray[1]);
document.write("<hr align='right' width='370' style='clear:both'  /> ");
document.write(listingarray[2]);
document.write("</div>");