<!--function doPreload(){var the_images = new Array(
'images/menu_bg.jpg',
'images/menu_bg.jpg',
'images/menu_home_a.gif',
'images/menu_aboutus_a.gif',
'images/menu_therapydogvisits_a.gif',
'images/menu_therapawstoread_a.gif',
'images/menu_volunteer_a.gif',
'images/menu_donate_a.gif',
'images/menu_newsletter_a.gif',
'images/menu_photogallery_a.gif',
'images/menu_faq_a.gif',
'images/menu_members_a.gif',
'images/photohome_1.jpg',
'images/photohome_2.jpg',
'images/photohome_3.jpg',
'images/photohome_4.jpg',
'images/photohome_5.jpg',
'images/photohome_6.jpg',
'images/photohome_7.jpg');preloadImages(the_images);}function preloadImages(the_images_array){for(var loop = 0; loop < the_images_array.length; loop++)			{			var an_image = new Image();			an_image.src = the_images_array[loop];			}}// -->
