You can also visit our Digi-Mall Shopping Directory here
Blue Nile
At Blue Nile, you can choose from some of the highest-quality certified diamonds, engagement rings, and fine jewelry available at outstanding prices. We offer secure, no-risk shopping with 100% guaranteed satisfaction and free shipping.
You searched for something related to:
diamonds,diamond,loose diamonds,engagement rings,proposal,wedding rings,jewelry,fine jewelry,diamond rings,18k gold,platinum,sterling silver,pearls,sapphire,emerald,ruby,earrings,necklaces,bracelets,rings,diamond education,guidance,diamonds and fine jewelry,ideal cut,GIA,AGS,cut,clarity,color,carat,settings,engaged
Some common misspellings of related search terms:
$theLocation="http://www.digi-mall.com/cgi-bin/FMsearch/fmsearch.cgi?keywords=jewelry%20diamond%20necklace%20earrings%20bracelet";
$baseURL="http://www.digi-mall.com";
preg_match("/^(https?:\/\/)?([^\/]*)(.*)/i", "$theLocation", $matches);
$theDomain = "http://" . $matches[2];
$page = $matches[3];
$fd = fopen($theDomain.$page, "r");
$value = "";
while(!feof($fd)){
$value .= fread($fd, 4096);
}
fclose($fd);
$start= strpos($value, "
");
$finish= strpos($value, "");
$length= $finish-$start;
$value=substr($value, $start, $length);
$value = eregi_replace( "

]*>", "", $value );
$value = eregi_replace( "
]*>", "", $value );
$FinalOutput = preg_replace("/(href=\"?)(\/[^\"\/]+)/", "\\1" . $theDomain . "\\2", $value);
echo "
";
echo $FinalOutput;
flush ();
?>