/* This code is  */

/*var num_of_quotes = 6;
quotes = Math.floor (num_of_quotes * Math.random());

if (quotes==0) {
title="Make a Date with Jane";
body="Meet <a href=\"/features/jane.aspx\">Jane the Dinosaur\</a> at Rockford's Burpee Museum, one of the 10 most important dino discoveries of the past 100 years!";
image="<img src='/art/crosssell_18.jpg'/>";
link="/features/jane.aspx";
}

if (quotes==1) {
title="Explore Illinois Wine Country";
body="Make a grape escape to some of the nearly 60 scenic wineries dotted around the state, offering award-winning wines and festive events.";
image="<img src='/art/crosssell_16.jpg'/>";
link="/features/wine.aspx";
}

if (quotes==2) {
title="Magnificent 3-Day Getaways";
body="Need a break? Check out these great <a href=\"/3-day\"> getaways\</a> for families and couples.";
image="<img src='/art/crosssell_03.jpg'/>";
link="/3-day";
}

if (quotes==3) {
title="Looking for Lincoln?";
body="Check out <a href=\"/3-day/pkg06spring12.aspx\">Lincoln Lore\</a>, our most popular 3-Day Getaway, with tips on how to experience Abraham Lincoln's Illinois.";
image="<img src='/art/crosssell_06.jpg'/>";
link="/3-day/pkg06fall12.aspx";
}

if (quotes==4) {
title="Get the Guide";
body="Grab your FREE copy of the <a href=\"/brochures\">Illinois Travel Guide\</a>, updated with brand new attractions and accommodations.";
image="<img src='/art/crosssell_22.gif'/>";
link="/brochures";
}

if (quotes==5) {
title="Illinois Tourism eNewsletter";
body="Subscribe to Illinois' <a href=\"/newsletter\">free tourism e-newsletter\</a> and get seasonal tips on hot destinations and events delivered right to your Inbox.";
image="<img src='/art/crosssell_20.gif'/>";
link="/newsletter";
}

document.write('<img src="/art/pushhd_highlight.gif" border="0"/>');
document.write('<p class="PushBody">');
document.write(''+ image +'');
document.write('</p>');
document.write('<p class="PushTitle">' + title + '<br/>');
document.write('</p>');
document.write('<br/>');
document.write('<p class="PushBody">'+ body +'</p>');
document.write('<div align="right">');
document.write('<p class="PushBody">');
document.write('<a href=' + '"' + link + '"' + '>');
document.write('<img src="/art/push_btnlearnmore.gif" border="0"/>');
document.write('</a>');
document.write('</p>');
document.write('</div>');*/

