You can also visit our Digi-Mall Shopping Directory here
Magic Cabin
Magic Cabin has handmade all-natural dolls, toys and crafts -- Childhood's Purest Treasures
You searched for something related to:
toy,craft,game,child,kid,doll,book,fun,music,boy,girl,color,kit,sewing,family,gift,parent,dollhouse
party,play,imagination,fairy,baby,toddler,flower,heart,MagicCabin,Waldorf,silk,puppet,yarn,velour,wool
needle,felt,quilting,natural,vintage,knitting,fabric,textile,classic,handcrafted,fiber,block,wood
collectible,kathe kruse,Sara McDonald,summer,outside,camping,outdoors,swim,swimming
Some common misspellings of related search terms:
$theLocation="http://www.digi-mall.com/cgi-bin/FMsearch/fmsearch.cgi?keywords=doll%20toy%20craft%20game";
$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 ();
?>