$(function(){
	//Config options
	var opts = {
		div: 'twitbox', //the id of the div to fill
		theme: 'redmond', // go to the gallery at http://jqueryui.com/themeroller/ to see themes and names to put here.
		duration: 120 * 1000, //time between twitter searches
		flipdur: 10 * 1000, //page flip time
		fadedur: 500, //fade speed.		
		query: '#cunblive+OR+from:CacheUpNB+OR+from:CacheUpNBLive' //all twitter search api functions should be supported here
	}
	myTT = new CTT(opts);
});
<!-- required JS -->


