jQuery(document).ready(function($){

    // IE6 png fix
    $('div#sidebar, div#logo, div#contact').supersleight();
        
    // teaser box at lower left of page
	$('#teaserBox').innerfade(
		{ 
		animationtype: 'slide', 
		type: 'random_start',
		speed: 'slow', 
		timeout: 4000 
		}
	);	
    
});
