jQuery.noConflict();
	jQuery(document).ready(function(){
		var i = 0;
		//jQuery('#imagesdiv img').clone().appendTo(jQuery('#imagesdiv'));
		jQuery('#imagesdiv img').each(function()
			{
				var me = this;
				jQuery(this).hide()
				var j = i;
				setTimeout(function()
			{
				jQuery(me).fadeIn(1000);
				}, i)
			i += 100
		});
	   
	   
	   jQuery("#box2").slides({
	container: 'mod_article',
	play: 5000
  });
	   
jQuery('#up a').click(function(){
	        jQuery('html, body').animate({scrollTop:0}, 800);
        	return false;
    	});	   
	      jQuery('#menu .level_1').superfish({ 
            delay:       1000,                            // one second delay on mouseout 
            animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation 
            speed:       'fast',                          // faster animation speed 
            autoArrows:  false,                           // disable generation of arrow mark-up 
            dropShadows: false,                           // disable drop shadows 
			onHide:        function(){Cufon.replace('#header #menu > div > ul > li > a',{hover: true});} 
        }); 
	});
	
Cufon.replace('#header #menu > div > ul > li > a',{hover: true});
Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('#box2 h2',{textShadow: '#5a1e0f 1px 1px'});
