


var myService;
var feedUrl = "http://www.google.com/calendar/feeds/peter.ingris%40dancesport4you.com/public/basic";
var studioEvents = [];

function initDocument(){

jQuery.noConflict();

jQuery(document).ready( function(){  


	jQuery('#block-mainNavigationHoriz div').css({"margin-top":"10px","margin-left":"40px","float":"left"});
 	jQuery('#block-mainNavigationHoriz div').children('a').addClass('ui-state-default');//css({"text-decoration":"underline", "color":"brown" }); 
 	jQuery('#block-mainNavigationHoriz div').children('a').hover( function () {  jQuery(this).addClass('ui-state-hover','500' )    },
	                                                                              
	                                                              function()  {  jQuery(this).removeClass('ui-state-hover','500' );
	                                                                             jQuery(this).addClass('ui-state-default','500' )}   );


         jQuery('#topParagraph p').children('a').addClass('ui-state-default'); 
 	jQuery('#topParagraph p').children('a').hover( function () {  jQuery(this).addClass('ui-state-hover','500' )    },
	         				       function()  {  jQuery(this).removeClass('ui-state-hover','500' );
	                                                              jQuery(this).addClass('ui-state-default','500' )}   );

     
    
		
    		
});//end ready







}//end initDocument

/**********************************************************************************************************/





