<%@LANGUAGE="VBSCRIPT"%> <% Dim voteShops Dim voteShops_numRows Set voteShops = Server.CreateObject("ADODB.Recordset") voteShops.ActiveConnection = MM_driversContestConn_STRING voteShops.Source = "SELECT * FROM pizzaShops ORDER BY shopName ASC" voteShops.CursorType = 0 voteShops.CursorLocation = 2 voteShops.LockType = 1 voteShops.Open() voteShops_numRows = 0 %> Greatest Pizza Delivery Driver Contest

Prizes

Congrats! - 13-20th PLACE - 2 Red Rock Burritos, an autographed Drivers Wanted poster and t-shirt, Burning Snella CD, Drivers Wanted Soundtrack!

 

<% voteShops.Close() Set voteShops = Nothing %>