var hashtags = [];
try{
hashtags.push("Robben");
}catch(e){}
try{
hashtags.push("Feliz Día de la Patria");
}catch(e){}
try{
hashtags.push("#Felices112añosRiver");
}catch(e){}
if(true){
new CMSTwitter({
sendButton : '#Object_197_29 .sendtag',
textSource : '#Object_197_29 input',
tplId : 'tweet-multiple-tpl',
term : hashtags,
tweetsContainer : '.tweets-slider',
via : 'minutounocom',
hashtagClass : 'hashtagNew',
hashtagSelectedClass : 'hashtagselectNew',
hashtagsContainer : '#Object_197_29 .hashtags-container',
perPage : 3,
timeout : 15,
root : '#Object_197_29'
});
}