function callticker() {
	
var opt = {
	slides: 'qslide2',
	duration: 1000,
	delay: 7000,
	auto: true,
	buttons: {next:'go-next',prev:'go-prev'},
	transition: Fx.Transitions.Quint.easeOut
}
	var scroller = new QScroller('qscroller2',opt);
	scroller.load();
	$$('dl.tabs').each(function(tabs){ new JTabs(tabs, {}); });
}
