\n


"; if($name == "thatsmalayalam") { $footer = "This page was printed from: " . $frompage . "
If you are not able to view the font, Click here"; } elseif($name == "thatskannada") { $footer = "This page was printed from: " . $frompage . "
If you are not able to view the font, Click here"; } elseif($name == "thatstamil") { $footer = "This page was printed from: " . $frompage . "
If you are not able to view the font, Click here"; } elseif($name == "thatstelugu") { $footer = "This page was printed from: " . $frompage . "
If you are not able to view the font, Click here"; } else { $footer = "This page was printed from: " . $frompage . "
"; } $status = $frompage; $url = parse_url($status); $domain = $url['host']; checkDomain($domain); if(!checkIp($domain)) { echo ""; } else { if(!empty($_SERVER['HTTP_REFERER'])) { $url = $_SERVER['HTTP_REFERER']; } if(!empty($url)) { checkDomain($domain); if(checkIp($domain)) { $content = makeprintfriendly($url,$head,$footer); } } echo $content; } ?>