jQuery(document).ready(function($) {	
	parseURLParams();
	
	//when rolling downwards off a picker, close all bubbles
	$("#miniFooter").mouseover(function(){
	 	if(BrowserDetect.browser=="Explorer"){
 	 		$("#pickerBubbles div.bubble").attr("style", "display: none");
		}else{
		 	$("#pickerBubbles div.bubble").fadeOut('fast');
		}
	});

	
	$('#eventsCarousel').jcarousel({
      	scroll: 8,
       	start: 4,
		wrap: 'circular',
        //initCallback:   mycarousel_initCallback,
  		itemLastInCallback:   mycarousel_itemLastInCallback,
      	itemVisibleInCallback: {onBeforeAnimation: eventsCarousel_itemVisibleInCallback},
        itemVisibleOutCallback: {onAfterAnimation: eventsCarousel_itemVisibleOutCallback}
	});


	//iphone tap to close
	$('#pickerBubbles div.bubble').click(function() {
  		$(this).fadeOut('fast');
	});
		
	if(BrowserDetect.browser=="Explorer"){
 	  	$("#pickerBubbles div.bubble").hover(
			//ie(even 8) can't handle animating the opacity of a png with an alpha channel
      		function () {}, 
      		function () {$(this).attr("style", "display: none");}
    	);
	}else{
		$("#pickerBubbles div.bubble").hover(
			function () {}, 
			function () {$(this).fadeOut('fast');}
		);
	}


	$('img.hover').hover(
		function() {$(this).attr('src', $(this).attr('src').replace( /_off/i, '_over' ));}, 
		function() {$(this).attr('src', $(this).attr('src').replace( /_over/i, '_off' ));}
	);



	//calendar bubbles

//	$(".calendarTable cBubble").hover{}

	


});


function   mycarousel_itemLastInCallback(carousel, two,three,state) {
 	//hide any open bubbles
 	$("#pickerBubbles div.bubble").attr("style", "display: none");

	var startLocation = 1;
	//this is not a good place for the page specific start scroll
	if(state=='init'){carousel.scroll(startLocation)}
};


var eventsCarousel_itemList = [


	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/livingsocial.jpg', title: 'livingsocial', href:'/social'},


   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/gay-america.jpg', title: "o'shimmertini", href:"https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=O'shimmertini"},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/razzle-dazzle.jpg', title: 'mansion sale', href:'/yard_sale/?picker=homePicker'},
 {url: 'http://www2.omansion.com/holiday_events/images/picker/other/telescope.jpg', title: 'treasure hunt', href:'/treasure_hunts/?picker=homePicker'},

  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/mondays.jpg', title: 'liquid fun', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Martini',bubble:"bwMonday"},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/tourbaby.jpg', title: 'tours', href:'/museum/visitor_information/tours/'},
   {url: 'http://www2.omansion.com/holiday_events/images/picker/other/brunch.jpg', title: 'brunch &amp; tea', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Brunch',bubble:"bwBrunchTea"},




	 //{url: 'http://www2.omansion.com/holiday_events/images/picker/other/duckies.jpg', title: 'book an event', href:'https://www.omansion.com/weddings_and_parties/event_request_form/'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/community.jpg',  title: 'sro concerts', href:'/sro/?picker=homePicker'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/guestbook2.jpg', title: 'guestbook', href:'/guestbook/'},



//	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/martini.jpg', title: "O'dinnertini", href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Martini'},


   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/membership.jpg', title: 'membership', href:'/membership/?picker=homePicker'},



  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/winebottles.jpg', title: 'beverages', href:'/beverages/?picker=homePicker'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/hands.jpg', title: 'volunteer', href:'/volunteers/?picker=homePicker'},

	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/artleasing.jpg', title: 'art leasing', href:'/art_leasing/?picker=homePicker'},
//	{url: 'http://www2.omansion.com/images/trans.gif', title: 'cooking classes', href:'/cookingclasses/?picker=homePicker'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/chanukah.jpg', title: 'mitzvahs', href:'/bar_mitzvahs_bat_mitzvahs/?picker=homePicker'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/bubbles.jpg', title: 'amenities', href:'/hotel/rooms_suites/?picker=homePicker'},
    	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/memberevents.jpg', title: 'member events', href:'/membership/parties/?picker=homePicker'},


//	{url: 'http://www2.omansion.com/images/trans.gif', title: 'public events', href:'/sundays_mondays/?picker=homePicker'},


//	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/runner.jpg', title: 'retreats', href:'/corporate_retreats/?picker=homePicker'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/books.jpg', title: 'book tour', href:'/museum/visitor_information/tours/'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/valentine.jpg', title: 'holiday events', href:'/holiday_events/?picker=homePicker'},

    {url: 'http://www2.omansion.com/holiday_events/images/picker/other/tea.jpg', title: 'tea', href:'/sundays_mondays/tea/?picker=homePicker'},


	{url: 'http://www2.omansion.com/holiday_events/images/picker/thanksgiving.jpg', title: 'thanksgiving', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Turkey%20Dinner',bubble:"bwThanksgiving"},


   //	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/martinez.jpg', title: 'SRO', href:'/sro/?picker=homePicker'}, 
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/boy_cheer.jpg', title: 'fundraising', href:'http://www.omuseum.org/museum/programs/fundraising/'},
	
//    {url: 'http://www2.omansion.com/holiday_events/images/picker/other/heartcloud.jpg', title: 'community', href:'/community/?picker=homePicker'},
	
   	    {url: 'http://www2.omansion.com/holiday_events/images/picker/other/jammin.jpg', title: 'jammin&rsquo;', href:'http://omuseum.org/museum/performing_arts/jammin/'},
   {url: 'http://www2.omansion.com/holiday_events/images/picker/other/martinez.jpg', title: 'boys night out', href:'/girls_night_out/?picker=homePicker'},

  //	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/brunch3.jpg', title: 'brunch &amp; tea', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Brunch',bubble:"bwBrunchTea"},


   {url: 'http://www2.omansion.com/holiday_events/images/picker/other/clowns.jpg', title: 'fall fun', href:'/fun/?picker=homePicker',bubble:"bwFallFun"},
  //	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/directions.jpg', title: 'directions', href:'/directions/'},
 	{url: 'http://www2.omansion.com/holiday_events/images/picker/halloween.jpg', title: 'halloween', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=BOTH:%20Halloween%20Martini%20Party',bubble:"bwHalloween"},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/darts.jpg', title: 'event planning', href:'/event_planning/?picker=homePicker'},
  	


	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/girls.jpg', title: 'girls night out', href:'/night_out_parties/?picker=homePicker'},

	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/hat.jpg', title: 'shopping spree', href:'/fun/#Shopping%20Spree'},

  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/hunt2.jpg', title: 'treasure hunt', href:'/treasure_hunts/?picker=homePicker'},
//	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/dog.jpg', title: 'fixed budget', href:'/affordable_parties/?picker=homePicker'},

   {url: 'http://www2.omansion.com/holiday_events/images/picker/christmas-in-summer.jpg', title: 'book an event', href:'/includes/2009/bae-inc.shtml?picker=homePicker&height=200&width=175',bubble:"bwBae"},



   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/invites-girl.jpg', title: 'custom invites', href:'/its_all_here/invitations/?width=900&height=450', thickbox:'yes'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/sweets.jpg', title: 'sweets', href:'/its_all_here/sweets/?width=900&height=415', thickbox:true},




//	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/smile.jpg', title: 'dc bizworks', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=DC%20BizWorks'},

   	
   		{url: 'http://www2.omansion.com/holiday_events/images/picker/other/xmas-tours.jpg', title: 'tours', href:'/museum/visitor_information/tours/'},
  //  {url: 'http://www2.omansion.com/holiday_events/images/picker/other/heartcloud.jpg', title: 'community', href:'/community/?picker=homePicker'},

   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/gift-cert.jpg', title: 'gift certificates', href:'https://www.omansion.com/events/gift-certificates.shtml?picker=homePicker'},
 	{url: 'http://www2.omansion.com/holiday_events/images/picker/6-days-xmas.jpg', title: 'open house', href:'/christmas_sale/'},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/snowmen.jpg', title: 'december events', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Dec%20Martini',bubble:"bwXmasEvents"},
   {url: 'http://www2.omansion.com/holiday_events/images/picker/other/cupcakes.jpg', title: 'unique parties', href:'/fun/?picker=homePicker'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/donate.jpg', title: 'donate', href:'/museum/giving/donate/'},
 	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/angelbeach.jpg', title: 'xmas dining', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Xmas%20Eve%20Dinner',bubble:"bwXmas"},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/new-year-picker.jpg', title: 'new year&rsquo;s eve', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=BOTH:%20New%20Year\'s%20Eve%20Dinner%20Party',bubble:"bwNewYear"},

  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/heartcloud.jpg', title: 'about us', href:'/aboutus/'},

//    {url: 'http://www2.omansion.com/images/trans.gif', title: 'songwriters', href:"/forms/contact_us-inc.shtml?picker=homePicker&height=500&width=550&department=Events&subject=I'm%20interested%20in%20the%20workshop!",thickbox:true},
//  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/angelbeach.jpg', title: 'donate', href:'https://www.omansion.com/museum/giving/donate/'},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/mlk.jpg', title: 'MLK Lunch', href:"https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=MLK%20Lunch"},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/martini3.jpg', title: 'monday', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Martini'},
 	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/groundhog.gif', title: 'groundhog day', href:"https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Groundhog's"},

   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/penguins.jpg', title: 'community', href:'/community/'},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/strawberries.jpg', title: 'public events', href:'/sundays_mondays/'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/valentines-day.jpg', title: 'valentine&rsquo;s day', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Valentine\'s%20Day%20Dinner',bubble:"bwValentines"},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/moneybag.jpg', title: 'pricing', href:'/pricing'},


    {url: 'http://www2.omansion.com/holiday_events/images/picker/chinese-newyear.jpg', title: 'chinese new year', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Chinese%20New%20Year\'s%20Party'},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/sadie.jpg', title: 'sadie hawkins', href:"https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Valentine's%20Party"},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/mardi-gras.jpg', title: 'mardi gras', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Mardi%20Gras%20Party'},
    {url: 'http://www2.omansion.com/holiday_events/images/picker/other/sunflower.jpg', title: 'table settings', href:'/its_all_here/table_settings/?width=900&height=450&homePicker',thickbox:true},
//  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/sunflower.jpg', title: 'celebrate', href:'/fun/'},

//  	{url: 'http://www2.omansion.com/images/trans.gif', title: 'holiday events', href:'/holiday_events/?picker=homePicker'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/numerology.jpg', title: 'numerology', href:'/numerology/?picker=homePicker'},
    {url: 'http://www2.omansion.com/holiday_events/images/picker/other/jdsouther.jpg', title: 'starpower', href:'/community/#starpower'},



   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/smokingpolicy2.jpg', title: 'smoking policy', href:'/smoking_policy/?picker=homePicker'},

	{url: 'http://www2.omansion.com/holiday_events/images/picker/st-patricks-day.jpg', title: 'st patrick&rsquo;s day', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=St.%20Patrick\'s%20Party'},
  	{url: 'http://www2.omansion.com/holiday_events/images/picker/easter.jpg', title: 'easter', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Easter%20Brunch',bubble:"bwEaster"},
//	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/cake.jpg', title: 'contest', href:'/community/contest/'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/sro.jpg', title: 'sro concerts', href:'/sro/?picker=homePicker'},

	{url: 'http://www2.omansion.com/holiday_events/images/picker/april-fool.jpg', title: 'april fool&rsquo;s day', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=J\'O\'kester%20Martini'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/dandilion.jpg', title: 'earth day', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Earth%20Day'},
	
	
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/martini.jpg', title: "o'dinnertini", href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Martini'},
	
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/qa2.jpg', title: 'Q&amp;A', href:'/q_and_a/beverages/'},
   	
   	
   	
   	
   	
   	
   	
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/inspireimag.jpg', title: 'corp off-sites', href:'/corporate_retreats/?picker=homePicker'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/winelist.jpg', title: 'wine list', href:'/wine_list/?picker=homePicker'},
//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/publicevents.jpg', title: 'public parties', href:'/affordable_parties/?picker=homePicker'},
 
 
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/hunt.jpg', title: 'treasure hunt', href:'/treasure_hunts/?picker=homePicker'},
 //{url: 'http://www2.omansion.com/holiday_events/images/picker/other/livsoc.jpg', title: 'living social', href:'https://www.omansion.com/events/reservation.shtml?Event=Social%20Tea&picker=homePicker'},
//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/menus.jpg', title: 'menus', href:'/its_all_here/menus/?width=900&height=450', thickbox:'yes'},
   	
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/spring.jpg', title: 'calendar', href:'/calendar/?picker=homePicker'},
   	
//   	  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/privacy-policy.jpg', title: 'privacy policy', href:'/privacy_policy/?picker=homePicker'},

   	
   	
//  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/give.jpg', title: 'sponsor artist', href:'/museum/giving/sponsor_an_artist/?picker=homePicker'},
//  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/binoculars.jpg', title: 'contest', href:'/community/contest/?picker=homePicker'},
//	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/martini.jpg', title: 'off-site meetings', href:'https://www.omansion.com/weddings_and_parties/event_request_form/'},

   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/dresscode.jpg', title: 'dress code', href:'/dress_code/?picker=homePicker'},


//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/teambuilding.jpg', title: 'team building', href:'/corporate_events/team_building/?picker=homePicker'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/grad-parties.jpg', title: 'grad parties', href:'/affordable_parties/#Graduation%20Party'},


 	{url: 'http://www2.omansion.com/holiday_events/images/picker/chilis.jpg', title: 'cinco de mayo', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Cinco%20de%20Mayo'},
 	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/mothers-day.jpg', title: 'mother&rsquo;s day', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Mother\'s%20Day%20Brunch',bubble:"bwMomsDay"},
//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/facebook.jpg', title: 'become a fan', href:'http://www.facebook.com/pages/Washington-DC/The-Mansion-on-O-Street/47281272346'},
//  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/16.jpg', title: 'sweet 16', href:'/affordable_parties/#Sweet%2016%20Party?picker=homePicker'},
//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/freedy.jpg', title: 'freedy johnston', href:'/sro/?picker=homePicker'},
//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/makeover.jpg', title: 'makeovers', href:'/membership/parties/?picker=homePicker'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/secretdoor.jpg', title: 'secret door', href:'/its_all_here/secret/?width=610&height=460', thickbox:'yes'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/flower.jpg', title: 'flowers', href:'/its_all_here/flower_shop/?width=900&height=450', thickbox:'yes'},
//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/twitter.jpg', title: 'follow us', href:'http://twitter.com/omansion'},
   	
   	
   	
   	

//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/baby-showers.jpg', title: 'affordable parties', href:'/affordable_parties/#Baby%20Shower'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/woodface.jpg', title: 'member benefits', href:'/membership/benefits/?picker=homePicker'},

   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/cooking-party.jpg', title: 'cooking class', href:'/cookingclasses/?picker=homePicker'},

	{url: 'http://www2.omansion.com/holiday_events/images/picker/fathers-day.jpg', title: 'father&rsquo;s day', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=FD%20Brunch',bubble:"bwDadsDay"},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/4th-of-july.jpg', title: '4th of july', href:'https://www.omansion.com/events/reservation.shtml?picker=homePicker&Event=Fourth'},
   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/heartgirl.jpg', title: 'summer fun', href:'/fun/?picker=homePicker',bubble:"bwSummerFun"},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/volunteer.jpg', title: 'volunteer', href:'/volunteers/?picker=homePicker'},
	{url: 'http://www2.omansion.com/holiday_events/images/picker/christmas-in-summer.jpg', title: 'xmas in summer', href:'/fun/?picker=homePicker',bubble:"bwSummerFun"},

  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/brides2.jpg', title: 'register', href:'/its_all_here/register/?width=900&height=450',thickbox:true}



//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/family-reunions.jpg', title: 'family reunions', href:'/affordable_parties/#Family%20Reunion'},
//   	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/summer-fun.jpg', title: 'win a membership', href:'/community/contest/?picker=homePicker'},
//	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/win.jpg', title: 'win a membership', href:'/community/contest/?picker=homePicker'},


  //  	{url: 'http://www2.omansion.com/holiday_events/images/picker/other/long-term.jpg', title: 'long term', href:'/hotel/long_term_stays/?picker=homePicker'}





    
];





function eventsCarousel_itemVisibleInCallback(carousel, item, i, state, evt){
 	var idx = carousel.index(i, eventsCarousel_itemList.length);
 	var thisItem = eventsCarousel_itemList[idx - 1];  
 	//	if(window.console){console.log('eventsCarousel_itemVisibleInCallback')};

	 $("a[href*=/forms/]","#eventsCarousel").click(function() {
		//alert('hi');
		var myURL =  this.href;
		var theseParams = parseGetVars(myURL);
		var thisDept = unescape(theseParams['department']);
		var thisSubject = unescape(theseParams['subject']);
		var thisBody = unescape(theseParams['body']);
		//alert(thisDept);

			
		// Pass a value to thickbox window by updating parent page's hidden form field	
		// set the value of the hidden form field id='dept' in the calling page
		// to the 'department' value captured from the link clicked on, that is now stored in the var 'thisDept'
		//document.getElementById("dept").value = thisDept;
		document.globalStorage.field1.value = thisDept;
		document.globalStorage.field2.value = thisSubject;
		document.globalStorage.field3.value = thisBody;
	});	
 	
  	
    var thisItemHTML = eventsCarousel_getItemHTML(thisItem,thisItem.thickbox,thisItem.complex) ;    
    var thisWidth = item.width;
    var thisHeight = item.height;
    // Create an object from HTML
    var DOMitem = jQuery(thisItemHTML).get(0);

 	
 	//Bubbles
 	if(thisItem.bubble){
		//initialize bubble
		var theSel= "#" + thisItem.bubble + " div.bubble";
		if(BrowserDetect.browser=="Explorer"){
 	 
 	  		$(DOMitem).hover(
				//ie(even 8) can't handle animating the opacity of a png with an alpha channel
      			function () {$(theSel).attr("style", "display:block");}, 
      			function () {}
    		);
  
		}else{
	 	
			$(DOMitem).hover(
				function () {$(theSel).fadeIn('fast');}, 
				function () {}
		);
	}
	}

 	 //Thickboxes
 	if(thisItem.thickbox){
 	
 	if(thisItem.complex!="yes"){
 		//Simple thickboxes
   		tb_init(DOMitem);
  	}else{
       	 //Complex thickboxes
       	if(BrowserDetect.browser=="Safari"||BrowserDetect.browser=="Chrome"){
       		//Safari and Chrome do popup
       		$(DOMitem).click(function () {
       			var thisHref= $(this).attr('href');
   				displayWindow(thisHref, 930,490,0);
   				return false;
   			});
       	}else{
         	//Complex thickboxes, FF, IE
			tb_init(DOMitem);
		}  
  	}
  	}
  	
	carousel.add(i, DOMitem);
}

function eventsCarousel_itemVisibleOutCallback(carousel, item, i, state, evt){carousel.remove(i);};

function eventsCarousel_getItemHTML(item){
	var isPopup=item.popup;
	var thisHTML="";
	if (isPopup=='bubble'){
	    thisHTML=  '<a href="'+item.href+'">	<img src="' + item.url + '" width="94" height="88" alt="' + item.title + '" /><p>' +item.title+'</p></a>';
	}else{
    	thisHTML=  '<a href="'+item.href+'"><img src="' + item.url + '" width="94" height="88" alt="' + item.title + '" /><p>' +item.title+'</p></a>';
	}
	return thisHTML;
}



function parseURLParams(){
	var tb = unescape($.getURLParam("tb"));
	var width = unescape($.getURLParam("width"));
	var height = unescape($.getURLParam("height"));
	if(width =="null"){width =  "900"}	
	if(height =="null"){height =  "450"}
	
	if(tb !="null"){
		tbURL = tb + "?width="+width+"&height=" + height;
		tb_show("", tbURL, null);
	}
}



function calendarBubbles(DOMitem,thisBubble){
	var theSel= "#" + thisBubble + " div.bubble";
	if(BrowserDetect.browser=="Explorer"){
   		$(DOMitem).hover(
			//ie(even 8) can't handle animating the opacity of a png with an alpha channel
    		function () {$(theSel).attr("style", "display:block");}, 
    		function () {}
    	);
	}else{
			$(DOMitem).hover(
				function () {$(theSel).fadeIn('fast');}, 
				function () {}
		);
	}
}
