$(document).ready(function(){
	$('#tweets').juptr({
		query: 'Issmag',
		count: 1
	});
	     
    // Using custom configuration
    $("#foo").carouFredSel({
        items               : 2,
        direction           : "up",  
        scroll				: 900
    }); 
});	
