var mygallery=new homeimgs({
	wrapperid: "homeimgs1", // Do not change this = ID of main gallery container,
	dimensions: [698, 381], // Do not change this = width/height of gallery in pixels. Should reflect dimensions of the images exactly
	persist: false, // Do not change this = remember last viewed slide and recall within same session?	
	// ***** Update below ****
	// Image URL	- Image server location
	// Link URL		- Link to page
	// Target		- "_New" opens link in a New Window
	// Target		- "" opens link on same page when left blank
	// Description	- Alternate text on mouse over
	// Target and Descripttion could be left blank 
	imagearray: [ // Enter items inside quotes: "Image URL", "Link URL", "Target", "Description"
["images/home_images/marqueeC.gif", "http://www.youtube.com/user/pbstatecollege#p/u/10/usmTxryXZJU", "_blank", "CLOSE TO HOME.  FAR FROM ORDINARY."],
["images/home_images/homepage041.jpg", "","_blank", "Don't TEXT and Drive!"],
["images/home_images/homepage038.jpg", "DentalHealth.xml", "_blank", "Give Kids a Smile"],
["images/home_images/homepage045.jpg", "ept.xml", "_blank", "Electrical Power Technology"],
["images/home_images/homepage061.jpg", "", "_blank", "Palm Beach Gardens Rubenstein Pavilion"]
	],
	autoplay: [true, 6000, 9], // [auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
	fadeduration: 3000 //  transition duration (milliseconds)
})





