var c30site = {
	absUri : ''
};

if(Drupal.jsEnabled) {
  $(document).ready(function() {
	  	
	  	//flash embed
//		$('#content1').flash({ 
//			src: c30site.absUri + '/sites/all/themes/CarouselTHIRTY/flash/homepage-flash.swf',
//			width: 624,
//			height: 425,
//			wmode: 'transparent'
//		},
//		{
//			version: 8
//		});

		//adds "forgot password" link
		$("#user-login #edit-pass-wrapper .description").html("The password field is case sensitive.</ br> <a href=\""+ c30site.absUri +"/user/password\">Forgot your password? Click here.</a>");
  });
}
