var hashtags = [];
try{
hashtags.push("Manu");
}catch(e){}
if(true){
new CMSTwitter2({
sendButton : '#Object_141_29 .sendtag',
textSource : '#Object_141_29 input',
tplId : 'tweet-multiple-tpl',
term : hashtags,
tweetsContainer : '.tweets-slider',
via : 'minutounocom',
hashtagClass : 'hashtagNew',
hashtagSelectedClass : 'hashtagselectNew',
hashtagsContainer : '#Object_141_29 .hashtags-container',
perPage : 3,
timeout : 15,
root : '#Object_141_29'
});
}