






var food = new Array(2);
food[1] = '<div style="border: 1px black dashed; padding: 4px; margin-bottom: 4px;"><div style="font-size: 12px; font-family: Arial, Verdana, Sans-Serif; color: #990000;"><b>Hut\'s Hamburgers<\/b><\/div><div style="font-size: 10px; font-family: Verdana, Arial, Sans-Serif;">Emeril\'s Favorite Burger Joint!</div><div style="font-size: 10px; font-family: Verdana, Arial, Sans-Serif;"><a href="/printads/clicks.php?MasterName=Hut%5C%27s%20Hamburgers&amp;ClientCode=FRANK&amp;Date=2008-05-15&amp;Destination=http%3A%2F%2Fwww.austinchronicle.com%2Fprintads%2Fdrop%2FFRANK_143115.jpg&amp;ClickType=AdClicks&amp;Category=2" onClick="window.open(\'/printads/clicks.php?MasterName=Hut%5C%27s%20Hamburgers&amp;ClientCode=FRANK&amp;Date=2008-05-15&amp;Destination=http%3A%2F%2Fwww.austinchronicle.com%2Fprintads%2Fdrop%2FFRANK_143115.jpg&amp;ClickType=AdClicks&amp;Category=2\',\'Restaurant Ad\',\'width=620,height=484,scrollbars,menubar,resizable\'); return false;">View Ad<\/a> | <a href="/printads/clicks.php?MasterName=Hut%5C%27s%20Hamburgers&amp;ClientCode=FRANK&amp;Date=2008-05-15&amp;Destination=http%3A%2F%2Fwww.hutsfrankandangies.com&amp;ClickType=WebClicks&amp;Category=2" target="_blank">Web Site<\/a><\/div><\/div>';
food[2] = '<div style="border: 1px black dashed; padding: 4px; margin-bottom: 4px;"><div style="font-size: 12px; font-family: Arial, Verdana, Sans-Serif; color: #990000;"><b>Spider House Patio Bar & Cafe<\/b><\/div><div style="font-size: 10px; font-family: Verdana, Arial, Sans-Serif;">Patio, Bar, & Cafe</div><div style="font-size: 10px; font-family: Verdana, Arial, Sans-Serif;"><a href="/printads/clicks.php?MasterName=Spider%20House%20Patio%20Bar%20%26%20Cafe&amp;ClientCode=135SPID&amp;Date=2008-05-15&amp;Destination=http%3A%2F%2Fwww.austinchronicle.com%2Fprintads%2Fdrop%2F135SPID_138007.jpg&amp;ClickType=AdClicks&amp;Category=2" onClick="window.open(\'/printads/clicks.php?MasterName=Spider%20House%20Patio%20Bar%20%26%20Cafe&amp;ClientCode=135SPID&amp;Date=2008-05-15&amp;Destination=http%3A%2F%2Fwww.austinchronicle.com%2Fprintads%2Fdrop%2F135SPID_138007.jpg&amp;ClickType=AdClicks&amp;Category=2\',\'Restaurant Ad\',\'width=620,height=2892,scrollbars,menubar,resizable\'); return false;">View Ad<\/a> | <a href="/printads/clicks.php?MasterName=Spider%20House%20Patio%20Bar%20%26%20Cafe&amp;ClientCode=135SPID&amp;Date=2008-05-15&amp;Destination=http%3A%2F%2Fwww.spiderhousecafe.com&amp;ClickType=WebClicks&amp;Category=2" target="_blank">Web Site<\/a><\/div><\/div>';
var i = 1;
var random;
document.write('<div style="width: 140px;">');
document.write('<div style="margin-bottom: 6px;"><img src="/images_07/coop_food_head.gif"></div>');
while (i<food.length){
random=Math.floor(Math.random()*(food.length-1)+1)
if (food[random]!="selected"){
document.write(food[random])
food[random]="selected"
i++
}
}
document.write('<a href="/gyrobase/Info/OnlineAds/co_op"><img src="/images_07/coop_food_foot.gif" border="0"></a>');
document.write('</div>');
