// Make sure we are in the frameset...this can't be viewed outside of the proper context
if (top == this) {
	// Not where we should be
	var loc			= location.toString();
	var tmpPage		= loc.substring(loc.lastIndexOf("/")+1);
	var page		= tmpPage.substring(0,tmpPage.indexOf("."));
	location.href	= 'http://www.bairdphoto.net/#' + page;
}
