// JavaScript Document

<!--

//store the quotations in arrays

images = new Array(1);

images[0] = "<a href = 'http://www.danlepard.com/url/go.php?id=11'><img src='/pictures/forum_top/bakerybits12jan_920px.jpg' width='920' height='90' alt='' border='0'></a>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
