try
				{
					if(window.top != self)
						window.top.location='http://fwdservice.com';
					else
						window.location='http://fwdservice.com';
				} catch(exception) {
					document.write("This page has moved, <A HREF='http://fwdservice.com'>Click here</A> to go there.");
				}