
	//swfobject.registerObject("holder1", "10.0.0", "expressInstall.swf");
	
    //Tweets
    getTwitters('twitt-list', {
        id: 'CocaColaMx',
        count: 10,
        ignoreReplies: true,
        template: '<div class="ultimostweets"><p> %text% </p> <p><a href="http://twitter.com/%user_screen_name%/statuses/%id%" class="date">%time%</a></p></div>',
        callback: function(){
            $('#twitt-holder').jScrollPane();		
        }
    });

