// Advanced Random Images Start
// Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
  var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
// KW_rs[5000]
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/01.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/101.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/11.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/111.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/121.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/131.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/141.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/151.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/161.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/171.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/181.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/191.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/201.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/21.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/211.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/221.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/231.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/241.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/251.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/261.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/271.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/281.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/291.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/301.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/31.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/311.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/321.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/331.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/341.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/351.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/41.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/51.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/61.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/71.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/81.jpg';
  KW_ARI[KW_ARI.length]='/clair/psychic_reading_image_rotation/91.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"'>");
function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
  x=document.randomSlideShow; j=l; while (l==j) {
    j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
  x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
}
rndSlideShow(9000,0)

// Advanced Random Images End