function kk_imglink(){
var myimages=new Array()
//specify random images below. You can have as many as you wish
myimages[1]="http://www.restoringthepride.com/ow/kabir/001.jpg"
myimages[2]="http://www.restoringthepride.com/ow/kabir/002.jpg"
myimages[3]="http://www.restoringthepride.com/ow/kabir/003.jpg"
myimages[4]="http://www.restoringthepride.com/ow/kabir/004.jpg"
myimages[5]="http://www.restoringthepride.com/ow/kabir/005.jpg"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<div style="text-align: center;"><a href="http://www.restoringthepride.com/kk.html"><img src="'+myimages[ry]+'" WIDTH="125" HEIGHT="83" border=0></a><br><div style="text-align: center;"></a><a href="http://www.restoringthepride.com/kk.html" class="center">DEMO REEL: KABIR KAMBOH</a><a href="http://www.restoringthepride.com/kk.html" class="left"><br><br>')}

kk_imglink()