// JavaScript Document

// 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_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top041.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top050.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top055.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top056.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top059.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top068.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top078a.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top078b.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top088.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top103.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top106.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top112.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top113.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top117.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top118.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top120.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top122.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top123.jpg';
  KW_ARI[KW_ARI.length]='/assets/images/girls_family/topper/nav03_top125.jpg';
  j=parseInt(Math.random()*KW_ARI.length);
  j=(isNaN(j))?0:j;
    document.write("<img src='"+KW_ARI[j]+"'>");
// Advanced Random Images End
