<!--



var tag1 = "<img src=\"";
var tag2 = "width=\"90\" height=\"108\" border=\"0\" vspace=\"3\" hspace=\"10\" alt=\"\" align=\"left\">";
var imgnr = "";
var img = "";


imgnr = Math.round(11*Math.random());
img = imgnr;



if (img == "1") {
document.write(tag1+ "images/filler/filler1.gif\"" +tag2);
} 

else if (img == "2") {
document.write(tag1+ "images/filler/filler2.gif\"" +tag2);
} 

else if (img == "3") {
document.write(tag1+ "images/filler/filler3.gif\"" +tag2);
} 

else if (img == "4") {
document.write(tag1+ "images/filler/filler4.gif\"" +tag2);
} 

else if (img == "5") {
document.write(tag1+ "images/filler/filler5.gif\"" +tag2);
} 

else if (img == "6") {
document.write(tag1+ "images/filler/filler6.gif\"" +tag2);
} 

else if (img == "7") {
document.write(tag1+ "images/filler/filler7.gif\"" +tag2);
}  

// -->






