I have a page that grabs data from the DB. Data looks like:
[some text] <html> <head> <title> </title> <script type="text/javascript"> [some functions] </script> </head> <body onLoad="window.location = bredir([some url]) </body> </html>
So when i display my page it looks like the...