<!-- Begin
var fireon = new Image();
var fireoff = new Image();

fireon.src = "http://www.locksbarbqsauce.com/graphics/grill_fire.gif";
fireoff.src = "http://www.locksbarbqsauce.com/graphics/grill_fire1.gif";

function doButtons(picimage) {
eval("document['picture'].src = " + picimage + ".src");
}
//  End -->
