.*<\/title>', '
newborn baby gifts: baby shower? Get a newborn gift idea at Knitzees!', $content);
$content = ereg_replace('.*<\/h2>', 'Newborn Baby Gifts
', $content);
if ($_SERVER[HTTP_HOST] == 'www.knitzees.com'){
if ($content !== false) {
echo $content;
} else {
// an error happened
}
} else {
header('Location: http://www.knitzees.com'.$_SERVER['REQUEST_URI']);
}
exit;
?>