
Latest News from CHRC
Loading Content...
Loading News...
Live Twitter Feed 
jQuery(function($){
$("#ticker").tweet({
username:"chrc",
count: 15,
avatar_size:50,
loading_text: "Loading Tweets ..."
}).bind("loaded", function() {
var ul = $(this).find(".tweet_list");
var ticker = function() {
setTimeout(function() {
ul.find('li:first').animate( {marginTop: '-3em'}, 500, function() {
$(this).detach().appendTo(ul).removeAttr('style');
});
ticker();
}, 5000);
};
ticker();
});
});






