$(document).ready(function () {
	// Promo Box

		// Rotate Forwards
		$('div.story_promo a.next').bind('click', rotate_forward);	

		// Rotate Backwards
		$('div.story_promo a.prev').bind('click', rotate_backward);	

		//init_rotate();
		// stop init rotating as its annoying
	
	// Tabs
		$('#headline_stack > ul').tabs();

})
