﻿function getSidePhoto() {
var theImages = new Array()
theImages[0] = '1.jpg?v=20071116'
theImages[1] = '2.jpg?v=20071116'
theImages[2] = '3.jpg?v=20071116'
theImages[3] = '4.jpg?v=20071116'
theImages[4] = '5.jpg?v=20071116'
theImages[5] = '6.jpg?v=20071116'
theImages[6] = '7.jpg?v=20071116'
theImages[7] = '8.jpg?v=20071116'
theImages[8] = '9.jpg?v=20071116'
theImages[9] = '10.jpg?v=20071116'
theImages[10] = '11.jpg?v=20071116'
theImages[11] = '12.jpg?v=20071116'
theImages[12] = '13.jpg?v=20071116'
theImages[13] = '14.jpg?v=20071116'
theImages[14] = '15.jpg?v=20071116'
theImages[15] = '16.jpg?v=20071116'
theImages[16] = '17.jpg?v=20071116'
theImages[17] = '18.jpg?v=20071116'
theImages[18] = '19.jpg?v=20071116'
theImages[19] = '20.jpg?v=20071116'

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichNumber = Math.round(Math.random()*(p-1));
document.write('<img src="/images/random/'+theImages[whichNumber]+'" alt="" border="0" />');
}

function createslideshow() {
   document.write('<object type="application/x-shockwave-flash" data="/flash/slideshow.swf" width="355" height="225">\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="/flash/slideshow.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="menu" value="false" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('</object>\n');
}
function createslideshowbear() {
   document.write('<object type="application/x-shockwave-flash" data="slideshow.swf" width="217" height="145">\n');
   document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
   document.write('<param name="movie" value="slideshow.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="menu" value="false" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('</object>\n');
}