$(function() {
	// init tabs
	Tabs.init();

	//  initi movie posters
	Posters.init();
	
	// 
	Effects.init();	
	
	//
	ActivityMonitor.init();
});


