$(document).ready(
	function()
	{
		setTimeout(
			function()
			{
				$('#spotlight-1').spotlight(
					{
						'Discap': 	'Y',
						'Bshape': 	'R',
						'Oshape': 	'R',
						'Oopacity':	0.8,
						'Color':		'#ffffff',
						'Interval': '4',
						'Fade': 		'M',
						'Imgsize': 	'S',
						'Imgalign': 'L',
						'OTmargin': 34,
						'OLmargin': 100,
						'ORmargin': 10,
						'OBmargin': 15,
						'IMargin': 	16,
						'Width': 		645,
						'Height':		249,
						'Bcolor': 	'#FFFFFF',
						'BHcolor': 	'#FF4040',
						'BBcolor': 	'#FFFFFF'
					},
					[
													{
								'Caption': 'VISUAL ARTS',
								'Html': '<b><a target ="_top" href="/event/detail/3065/International_Harvester_Historical_Photographs">International Harvester Historical Photographs</a></b><br />Presented by Plains Art Museum at Plains Art Museum<br />Ongoing <br /><br />Photographs of the Museum building pre- and post-renovation present the transformation of a warehouse that manufactured farm equipment into a state-of-the-art, accredited art museum.',
								'Bgimg': '/site/spotimg/visual_art.jpg',
								'Link': '/event/detail/3065/International_Harvester_Historical_Photographs',
								'Img': '/sites/fmarea.culturepulse.org/images/event/3065/plains_original_medium.jpg'
							}
						,							{
								'Caption': 'MUSIC',
								'Html': '<b><a target ="_top" href="/event/detail/440614946/Celebration_of_Women_and_Their_Music">Celebration of Women and Their Music</a></b><br />Presented by Fargo Theatre at Fargo Theatre<br />February 18, 2012 <br /><br />Over the years the show has featured regional women performing a variety of musical genres from popular to classical. Each year brings newcomers to the stage as well as select returning favorites from previous years in a celebration of the talent and artistic cameraderie of women in the Fargo-Moorhead region. This is a non profit event. None of the artists involved get paid. They come together to show <a style="font-size:11px" target ="_top" href="/event/detail/440614946/Celebration_of_Women_and_Their_Music">(read more ...)</a>',
								'Bgimg': '/site/spotimg/music.jpg',
								'Link': '/event/detail/440614946/Celebration_of_Women_and_Their_Music',
								'Img': '/sites/fmarea.culturepulse.org/images/event/440614946/women_music_medium.jpg'
							}
											]
				);
				 
			},
			50
		)
	}
);
