
// Copyright 1999 - Ash Young, The Web Site Factory
// ash@thewebsitefactory.co.uk

y = 0;

ad = new Array(y);

 ad[y++] = "<IMG SRC=\"/images/p_rotate_6.jpg\" border=0 ALT=\"I Am MOSAIC\" width=\"200\" height=\"200\">"
 ad[y++] = "<IMG SRC=\"/images/p_rotate_5.jpg\" border=0 ALT=\"I Am MOSAIC\" width=\"200\" height=\"200\">"
 ad[y++] = "<IMG SRC=\"/images/p_rotate_4.jpg\" border=0 ALT=\"I Am MOSAIC\" width=\"200\" height=\"200\">"
 ad[y++] = "<IMG SRC=\"/images/p_rotate_3.jpg\" border=0 ALT=\"I Am MOSAIC\" width=\"200\" height=\"200\">"
 ad[y++] = "<IMG SRC=\"/images/p_rotate_2.jpg\" border=0 ALT=\"I Am MOSAIC\" width=\"200\" height=\"200\">"
 ad[y++] = "<IMG SRC=\"/images/p_rotate_1.jpg\" border=0 ALT=\"I Am MOSAIC\" width=\"200\" height=\"200\">"


//Continue if more required

x = Math.floor(Math.random()*(y));
document.write(ad[x]);
