<?php
print "<div><ul id=\"dinav\">";
print "<li><a href=\"/microfeatures/drivein.php\" ";
if ($pageid=="")
{
print "class=\"current\"";
}
print ">Home</a></li>";
print "<li><a href=\"/microfeatures/drivein_content.php?pageid=votecars&post=1\" ";
if ($pageid=="votecars" && $post==1)
{
print "class=\"current\"";
}
print ">Add Your Car</a></li>";
print "<li><a href=\"/microfeatures/drivein_content.php?pageid=votebikes&post=1\" ";
if ($pageid=="votebikes" && $post==1)
{
print "class=\"current\"";
}
print ">Add Your Bike</a></li>";
print "<li><a href=\"/microfeatures/drivein_content.php?pageid=votecars\" ";
if ($pageid=="votecars" && $post=="")
{
print "class=\"current\"";
}
print ">Rate the Cars</a></li>";
print "<li><a href=\"/microfeatures/drivein_content.php?pageid=votebikes\" ";
if ($pageid=="votebikes" && $post=="")
{
print "class=\"current\"";
}
print ">Rate the Bikes</a></li>";
print "</ul>
</div>";
?>
<?php
print "<div>";
//print "<b>Welcome to the 97.1FM Drive-In Page!</b><br /><br />";
//print "<b>Voting has now been extended!</b><br /><br />";
if ($Dt < 20100303)
{
print "<table class=\"verticaltoptable\" cellspacing=\"5\" style=\"margin-bottom: 5px; margin-top: 5px;\">";
$querytopcars = "select id,name,email,description,imgtype,rate1,rate2,rate3,rate4,rate5,extrafield,TRUNCATE(ABS(((rate1*1)+(rate2*2)+(rate3*3)+(rate4*4)+(rate5*5))/(rate1+rate2+rate3+rate4+rate5)),1) as ttlRates, FLOOR(rate1+rate2+rate3+rate4+rate5) as ttlVotes from voting where promo=\"2010_DriveInCars\" and live=1 order by ttlRates DESC limit 3";
$querytopbikes = "select id,name,email,description,imgtype,rate1,rate2,rate3,rate4,rate5,extrafield,TRUNCATE(ABS(((rate1*1)+(rate2*2)+(rate3*3)+(rate4*4)+(rate5*5))/(rate1+rate2+rate3+rate4+rate5)),1) as ttlRates, FLOOR(rate1+rate2+rate3+rate4+rate5) as ttlVotes from voting where promo=\"2010_DriveInBikes\" and live=1 order by ttlRates DESC limit 3";
$result = mysql_query($querytopcars,$dblink);
$chkResult = mysql_affected_rows($dblink);
$promo = "2010_DriveInCars";
if($result && ($chkResult>2)){
print "<tr><td style=\"width: 30%;\"><b>Top 3 Rated Cars:</b></td>";
while($row = mysql_fetch_row($result)){
$tmpExt = "jpg";
print "<td><a href=\"/microfeatures/drivein_content.php?pageid=votecars&pid=rate&picID=$row[0]&start=0\"><img src=\"/images/filter_scale_fill.php?name=" . "voting/$promo/$row[0]" . "&ext=" . $tmpExt . "&width=100&height=75" . "\" border=0 /></a></td>";
}
print "</tr>";
}
$result = mysql_query($querytopbikes,$dblink);
$chkResult = mysql_affected_rows($dblink);
$promo = "2010_DriveInBikes";
if($result && ($chkResult>2)){
print "</tr>";
print "<tr><td><b>Top 3 Rated Bikes:</b></td>";
while($row = mysql_fetch_row($result)){
$tmpExt = "jpg";
print "<td><a href=\"/microfeatures/drivein_content.php?pageid=votebikes&pid=rate&picID=$row[0]&start=0\"><img src=\"/images/filter_scale_fill.php?name=" . "voting/$promo/$row[0]" . "&ext=" . $tmpExt . "&width=100&height=75" . "\" border=0 /></a></td>";
}
print "</tr>";
}
print "</table><br />";
}
print "<center><div style=\"font-weight: bold; font-size: 11pt;\">Congratulations to the 2010 Drive Car of the Year:<br /><img style=\"padding: 10px 0;\" src=\"/microfeatures/images/drivein/archieallen2010.jpg\" /><br />
<span style=\"font-size: 10pt;\">1963 Ford Fairlane - Archie Allen</span></div></center>";
print "<br /><center><div style=\"font-weight: bold; font-size: 11pt;\">And the 2010 Drive Motorcycle of the Year:<br /><img style=\"padding: 10px 0;\" src=\"/microfeatures/images/drivein/scottsteele2010.jpg\" /><br />
<span style=\"font-size: 10pt;\">2009 Harley Davidson Dyna Custom Super Glide - Scott Steele</span></div></center><br /><br />";
print "At <b>The Drive</b>, we know you love your classic cars and motorcycles. We also know that you love to show them off! And why not? Maybe you've restored it or repaired it. Perhaps you've just added it to your collection or maybe it's been yours since the day you brought it home all those years ago.<br />
<br />
Take the time to give your car or motorcycle the attention it deserves. Submit your photo and keep coming back to the Drive-In page to rate your favorites! <br /><br /><br />
<br />";
/*
print "All cars and bikes currently uploaded will be removed on Monday, February 15th. Here's what you need to do: <b>Beginning on Monday, February 15th</b>, click on <b><a href=\"/microfeatures/drivein_content.php?pageid=votecars&post=1\">Add Your Car</a></b> or <b><a href=\"/microfeatures/drivein_content.php?pageid=votebikes&post=1\">Add Your Bike</a></b> and follow the instructions to upload a photo of your ride. To be entered in the contest, you must upload your car before noon on <b>Thursday, February 25th</b>.
<br />
<br />
<b>Voting:</b> Drive-In visitors will have a chance to vote for their favorite car or bike until noon on February 26th. When the voting ends, the top rated will be named the 2010 Drive Car of the Year and the 2010 Motorcycle of the Year and have their wheels displayed at the 48th Annual O'Reilly Auto Parts World of Wheels. Each vehicle will also be honored with a special Drive-In dedication page for a week.<br /><br />
Didn't take top honors? That's alright because the top rated cars and bikes in each category will receive a 4-pack of tickets to the show. All winners will be contacted via email, so be sure to include yours. <br /><br />
Take the time to give your car or motorcycle the attention it deserves. Submit your photo beginning Monday, February 15th and keep coming back to the Drive-In page to vote for your favorite. Voting ends at noon on Friday, February 26th. <br /><br />
Good luck and we look forward to seeing you at the 48th Annual O'Reilly Auto Parts World of Wheels!<br /><br />";
*/
print "<center>
<table cellspacing=\"5\" width=\"75%\" border=\"0\">
<tbody>
<tr>
<td style=\"width: 46%\"><a href=\"/microfeatures/drivein_content.php?pageid=gasprices\"><img alt=\"\" border=\"0\" src=\"/microfeatures/images/drivein/chicagolandgasprices.jpg\" /></a></td>
<td style=\"width: 8%\"> </td>
<td style=\"width: 46%\"><a href=\"/microfeatures/drivein_content.php?pageid=wallpaper\"><img alt=\"\" border=\"0\" src=\"/microfeatures/images/drivein/wallpaper.jpg\" /></a></td>
</tr>
<tr>
<td>We've teamed up with ChicagoGasPrices.com to help you find the lowest price gas around the Chicagoland area.</td>
<td> </td>
<td>Get a new look for your computer featuring some of the hottest wheels, including some from our members.</td>
</tr>
</tbody>
</table>
</center></div>";
![]() ![]() |
Events for: 09-11-2010
2010 Memory Walk Join The Drive at Wells Street Fall Fest! The Dukes of September Rhythm Revue: Donald Fagan, Michael McDonald & Boz Scaggs @ Chicago Theatre, 8:00PM CloseEvents for: 09-24-2010
Give 'Em Shelter Benefit - Animal Care League Roger Waters @ United Center, 8:00PM CloseEvents for: 10-02-2010
Farm Aid 25th Anniversary featuring John Mellencamp, Neil Young, Willie Nelson, Dave Matthews and special guests @ Miller Park, Milwaukee, 12:00PM Close
Wednesday, Sep 8, 2010
| 3:00am | Overnight Album Side R.E.O. Speedwagon |
| 10:00am | Ten @ 10 1968 |
| 1:45pm | One 45 @ 1:45 Eurythmics |
| 5:00pm | Live @ 5 |
| 9:00pm | Long One @ 9 Stevie Wonder |
| 10:00pm | Ten @ 10 Replay 1968 |
Thursday, Sep 9, 2010
| 12:00am | Thursday Artist Portrait Crosby, Stills, Nash & Young |
| 3:00am | Overnight Album Side Crosby, Stills, Nash and Young |
| 10:00am | Ten @ 10 1975 |
| 1:45pm | One 45 @ 1:45 Billy Preston |
| 5:00pm | Live @ 5 |
| 9:00pm | Long One @ 9 Crosby, Stills, Nash & Young |



