	<!--
	// 
	y = 0;
	ad = new Array(y);
	 ad[y++] = '<img src="images/sidebar-quote-a.gif" width=151 height=232 border=0 alt=""><br>'
	 ad[y++] = '<img src="images/sidebar-quote-b.gif" width=151 height=232 border=0 alt=""><br>'
	 ad[y++] = '<img src="images/sidebar-quote-c.gif" width=151 height=232 border=0 alt=""><br>'
	 ad[y++] = '<img src="images/sidebar-quote-d.gif" width=151 height=232 border=0 alt=""><br>'
	 ad[y++] = '<img src="images/sidebar-quote-e.gif" width=151 height=232 border=0 alt=""><br>'
	 ad[y++] = '<img src="images/sidebar-quote-f.gif" width=151 height=232 border=0 alt=""><br>'
	 ad[y++] = '<img src="images/sidebar-quote-g.gif" width=151 height=232 border=0 alt=""><br>'

	//Continue if more required
	x = Math.floor(Math.random()*(y));
	document.write(ad[x]);
	// -->