319) { header("Location: http://www.navigator6.com/shop/office-space/"); /* Redirect browser */ /* Make sure that code below does not get executed when we redirect. */ exit; } $url='http://www.navigator6.com/shop/office-space/natick-'.$arg.'.html'; $handle=fopen($url,"rb"); $text=''; while($data = fread($handle, 100000)) { $text.=$data; } $text2=preg_replace('/Affordable/', 'Cheap', $text); print $text2; ?>