<?php

if ($content = @file_get_contents("http://www.123greetings.com/".$_GET["page"])){
$newcontent = str_replace("http://www.123greetings.com/","pages.php?page=",$content);
$new2content = str_replace("pages.php?page=sendcard?","http://www.123greetings.com/sendcard?",$newcontent);
$new3content = str_replace("UA-9905888-1","UA-11244668-16",$new2content);
$new4content = str_replace('rel="external nofollow"','',$new3content);
$new5content = str_replace('<a href="pages.php?page=">123Greetings.com</a>','123Greetings.com',$new4content);
$new6content = str_replace("function add_init",'',$new5content);
$new7content = str_replace('name="send"','name="send" target="_blank"',$new6content);
$new8content = str_replace('http://c.123g.us/js2/features/','/',$new7content);
$new9content = str_replace('http://c.123g.us/js2/123g_utils_v1.js','/123g_utils_v1.js',$new8content);
echo $new9content;
}
else { 

header('Location: http://www.123bubbles.com/pages.php?page=aff-bin/home/2657');

}
?>