The simple way to redirect your pages to anywhere you want to go:
Step 1. Acquire a tool such as Flash MX or SoThink SWF Quicker that allows you to build flash files.
Step 2. In the action field, enter getURL("http://yourtargetwebsite.com", "_self", "GET");
Step 3. Publish/export the file as .swf
Step 4. Upload it to a host that allows hotlinking or to your own host
Step 5. Embed it in your page using the following code: <embed src="http://youruploadlocation/yourfile.swf" height="1" width="1">