<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_closeBrWindow(theURL,winName) 
		{window.close(theURL,winName);
}

// '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
// Preload Object


image1 = new Image();
image1.src = "images/130_62_home.jpg";

image2 = new Image();
image2.src = "images/155_62_chapter.jpg";

image3 = new Image();
image3.src = "images/102_62_formidwives.jpg";

image4 = new Image();
image4.src = "images/184_62_history.jpg";

image5 = new Image();
image5.src = "images/138_62_whatis.jpg";

image6 = new Image();
image6.src = "images/89_62_contact.jpg";

image7 = new Image();
image7.src = "images/138_62_links.jpg";



// '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
// Random Photo

imgswap = new Array('images/sub_photo01.jpg','images/sub_photo02.jpg','images/sub_photo03.jpg','images/sub_photo04.jpg','images/sub_photo05.jpg','images/sub_photo06.jpg','images/sub_photo07.jpg','images/sub_photo08.jpg','images/sub_photo09.jpg'); 

rnd.today=new Date(); 
rnd.seed=rnd.today.getTime(); 

function rnd() { 
rnd.seed = (rnd.seed*9301+49297) % 233280; 
return rnd.seed/(233280.0); 
}; 

function rand(number) { 
return Math.ceil(rnd()*number); 
}; 


-->