<?php

//$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.

echo getenv('REDIRECT_FILE');

if 

include(getenv('REDIRECT_FILE'));

?>
