$(document).ready(function() {
	$(".tweet").tweet({
            username: "masmobiles",
            join_text: "auto",
            avatar_size: 0,
            count: 1,
			auto_join_text_default: "", 
         	auto_join_text_ed: "",
          	auto_join_text_ing: "",
          	auto_join_text_reply: "",
          	auto_join_text_url: "",
            loading_text: ""
        });

});


$(document).ready(function(){ 
	$('#ad-customer-logos')
	.innerfade({
    animationtype: 'fade',
    speed: 1000,
    timeout: 3000,
	type: 'random_start',
	containerheight: '162px' 
});
});
	




$(document).ready(function(){ 
	$('#ad-devices')
	.innerfade({
    animationtype: 'fade',
    speed: 1000,
    timeout: 3000,
	type: 'random_start',
	containerheight: '162px' 
});
});
	

$(document).ready(function(){ 
	$('#home-area-rotate')
	.innerfade({
    animationtype: 'fade',
    speed: 1000,
    timeout: 6000,
	type: 'random_start',
	containerheight: '396px' 
});
});
	
