jQuery.noConflict()(function ($) {
    $('#flash').flash(
        { src: 'fileadmin/layout/default/swf/home_text.swf',
          width: 685,
          height: 139,
          wmode: 'transparent'
        },
        { 
            expressInstall: true 
        }
    );
	$('#sectionImage').css('visibility','visible');
    $('#sectionImage .csc-textpic-imagewrap').cycle({
		fx:    'fade', 
		speed:  2500,
		timeout:  6000
    });    
    
	$('#tweets').relatedTweets({
		from_users:'eim_solutions'
		,status:1
		,realtime:0
		,n:20
		,show_avatar:0
		,show_author:0
		,debug: true
		,show_source: false
	});       
});