<?php

$header=<<<FIM

<center><a target=_blank href="http://www.homehost.com.br"><img src="http://www.homehost.com.br/images/header_free.jpg" border=0></a></center>

FIM;

$headergoogle=<<<FIM

<script type="text/javascript"><!--
google_ad_client = "pub-7553380509123807";
/* HOMEHOST, 728x90, criado 30/07/08 */
google_ad_slot = "2397709432";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

FIM;

# this should quite safe as people cannot
# set ENV varaibles as far as i know.
# but a security check would make it more secure.

#include(getenv('REDIRECT_FILE'));
$f = $_GET['f'];
#echo "$f";
echo $header;
include "$f";

?>

