document.oncontextmenu = disablerclick;
function disablerclick()
{
	alert( "All images and text are copyright of Glasgow Girls Football Club and if you wish to print off or copy any photographs or text from our website you need permission of the club.\nPermission can be asked for at admin@glasgowgirlsfc.com.\nYou may be prosecuted if you do so without the clubs permission." );
	return false;
}