var b1dis = "<a href=\"";
var bdis = "\<img src=\"";
var edis = " width=\"122\" height=\"100\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*4);
img = rnumb;

if (img == "0") {
document.write(bdis+ "images/fried-chicken-steak-1.jpg\" alt=\"Fried Chicken Steak\" title=\"Fried Chicken Steak\"" +edis);
}

if (img == "1") {
document.write(bdis+ "images/tomato.jpg\" alt=\"Fried Green Tomatoes\" title=\"Fried Green Tomatoes\"" +edis);
}

if (img == "2") {
document.write(bdis+ "images/big-daddy-burger-s.jpg\" alt=\"Southern Burger\" title=\"Southern Burger\"" +edis);
}

if (img == "3") {
document.write(bdis+ "images/ll-cuban-sandwich-s.jpg\" alt=\"LL Cuban Sandwich\" title=\"LL Cuban Sandwich\"" +edis);
}