/****************************************
*	to be called from the nav bar page,	*
*	the orders bar page, and the header *
*	page. if either of these pages get	*
*	accessed directly, forward the user	*
*	back to the main page.				*
****************************************/

if (parent!="true"){
	location.href="http://spykes.co.uk/index.htm";
}
else{}
