
/*

	js/worldwide.js
	
	Purpose:
	Drives the javascript for the site
	
	Created:
	Monday 22nd February 2010
	
	Created By:
	Andi Topping


*/

// hover over for main nav
window.addEvent('domready',function() {
				
	// initiates slideshows
	if($("tweets")) {  new Twidget({ user: "bangorworldwide", count : "3" }); }
});	

	
