//* Script to display randomly selected image with each screen refresh //
{
var whichtoon=Math.floor(Math.random()*197)+1000
document.writeln('<img src="cartoons/c'+whichtoon+'.jpg" style="width : 260; height : 320; float : right;" alt="Cartoon '+whichtoon+'">')
}
//