<!--

/*
Random Content Script- By JavaScript Kit(http://www.javascriptkit.com) 
Over 200+ free JavaScripts here!
*/

<!--

if (navigator.userAgent.toLowerCase().indexOf("googlebot") == -1 &&
 navigator.userAgent.toLowerCase().indexOf("bot") == -1 &&
 navigator.userAgent.toLowerCase().indexOf("spider") == -1 &&
 navigator.userAgent.toLowerCase().indexOf("crawler") == -1 &&
 navigator.userAgent.toLowerCase().indexOf("ia_archiver") == -1 &&
 navigator.userAgent.toLowerCase().indexOf("Ask Jeeves/Teoma") == -1 &&
 navigator.userAgent.toLowerCase().indexOf("grub") == -1) { 


function random_content(){
var mycontent=new Array()
//specify random content below.

mycontent[1]='<img src="http://www.fine-art-painting-gallery.com/images/painting_1.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Two woman in pink'
mycontent[2]='<img src="http://www.fine-art-painting-gallery.com/images/painting_10.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Sweet Memories'
mycontent[3]='<img src="http://www.fine-art-painting-gallery.com/images/painting_13.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>The golden frame'
mycontent[4]='<img src="http://www.fine-art-painting-gallery.com/images/painting_15.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Visualizing Montreal'
mycontent[5]='<img src="http://www.fine-art-painting-gallery.com/images/painting_16.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>The Green Soul'
mycontent[6]='<img src="http://www.fine-art-painting-gallery.com/images/painting_17.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Still-life in winter'
mycontent[7]='<img src="http://www.fine-art-painting-gallery.com/images/painting_18.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Red in Red'
mycontent[8]='<img src="http://www.fine-art-painting-gallery.com/images/painting_20.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Nude in Red'
mycontent[9]='<img src="http://www.fine-art-painting-gallery.com/images/painting_21.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Pink Basket'
mycontent[10]='<img src="http://www.fine-art-painting-gallery.com/images/painting_22.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Red Apple'
mycontent[11]='<img src="http://www.fine-art-painting-gallery.com/images/painting_24.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Virgin Heart'
mycontent[12]='<img src="http://www.fine-art-painting-gallery.com/images/painting_29.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Childesh Yellow'
mycontent[13]='<img src="http://www.fine-art-painting-gallery.com/images/painting_3.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Conversation'
mycontent[14]='<img src="http://www.fine-art-painting-gallery.com/images/painting_4.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Pomegranate and a woman'
mycontent[15]='<img src="http://www.fine-art-painting-gallery.com/images/painting_5.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>The dreamer'
mycontent[16]='<img src="http://www.fine-art-painting-gallery.com/images/painting_7.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>The three sisters'
mycontent[17]='<img src="http://www.fine-art-painting-gallery.com/images/painting_c11.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Sweet memories'
mycontent[18]='<img src="http://www.fine-art-painting-gallery.com/images/painting_c12.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Five Sisters'
mycontent[19]='<img src="http://www.fine-art-painting-gallery.com/images/painting_cc6.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Early morning'
mycontent[20]='<img src="http://www.fine-art-painting-gallery.com/images/painting_d16.jpg" width=134 height=130 border=0 alt="Oil painting by artist Khalid Al Tahmazi"><br><b>Oriental Romance'

var ry=Math.floor(Math.random()*mycontent.length)
if (ry==0)
ry=1
document.write(mycontent[ry])
}
random_content()
}
//-->

