/*
	setup
	(c) Jeremiah Boyd <http://workworkplay.com>
	updated 2010.03.11
	some ideas borrowed from John Einselen <http://iaian7.com>
*/
	var wwp = { 	// defaults
		page:		window.getSize()/* information stored about pages */,
		controls: 	{ scroller: {}, galleryTabs: {}, galleryContentTabs: {}
		/* controllers and animators effects */},
		current:	window /* current screen we're viewing */,
		callbacks:	{ _resize: $empty} /* any global callbacks we'll need */
	};

