/* 
DO NOT CHANGE OR DELETE ANY OF THE CODE IN THE FIRST PORTION OF THIS FILE.  
IT IS FOR REFERENCE ONLY


*******************************************************

THE PORTION YOU MAY EDIT IS AT THE BOTTOM OF THE PAGE.

*******************************************************
 
The TemplateType variable defines which of the three templates is being used.  Use the following key as a guideline.  Once this is set, there is no reason to change the type unless the site's homepage template is changed.

Letter   Image Dimensions
  A         474x220
  B         493x321
  C         378x240
  
*/

var TemplateType="C";
var Division="3";
var Hospital="haywoodparkcommunity.com";

var fadeimages=new Array()



/*  
INSTRUCTIONS FOR USE

Whenever a new image is to be added, you must create an image in your site's appropriate dimensions (see the above key) and provide the URL to where the image can be found.  It is suggested that you follow the established naming convention by using the 1.jpg, 2.jpg, etc format.
Once the image has been added to your Slideshow directory, you can copy/paste one of the existing lines of code listed below and change the info to meet your needs.

*****************************************************************

REMEMBER TO INCREASE THE NUMBER LISTED IN fadeimages[] BY ONE FOR EACH IMAGE YOU WANT TO ADD.

*****************************************************************



//EXAMPLE FOR LINKING
//fadeimages2[0]=["photo2.jpg", "/Services/Pages/default.aspx", ""] //image with link syntax
//fadeimages2[1]=["photo3.jpg", "http://www.discoveryhospital.com", "_new"] //image with link that opens in a new browser window
*/









/*******************************************************************
          ONLY EDIT THE LINES LISTED BELOW
*******************************************************************/

fadeimages[0]=["/Slideshow/BestImaging.jpg", "/Services/Pages/Radiology%20and%20Diagnostic%20Services.aspx", ""] //image with link
fadeimages[1]=["/Slideshow/2.jpg", "", ""] //image with link
fadeimages[2]=["/Slideshow/3.jpg", "", ""]
