/*

	Document:	/assets/js/global.js
	Author:		Steve Withington (steve@ignition-studio.com)
	Version:	2 November 2007

*/

// Keep site from being framed
function frameBuster() {
	if (top != self) {
		top.location = self.location;
		return true;
	}

}