//jQuery.fn.fadeToggle = function(speed, easing, callback) {
//   return this.animate({opacity: 'toggle'}, 'slow', easing, callback);
//}; 
//function startthetimer() {
//    jQuery('body').everyTime(10000, '.imagecontainer', function() {
//	jQuery('#imagecontainer').fadeOut('slow').remove();
//    });
//}
//jQuery(function(){
//	jQuery('.imagecontainer').live('click', function() {
//		jQuery('.imagecontainer').fadeOut('slow').remove();
//	});
//});
