var global = {};

// initialise plugins
$(function(){
	
	//Lets build the superfish menu
	$(".sf-menu").superfish();
	interface_banners.build();
});


/*
*	This function is used to pass data from the server to client on page load
*/
function init(obj){
	//Set the whole object passed into a global object
	global = obj;
}






