This is a little off topic for this site, but based on the number of people who come looking for American Girl Printables here, I thought a few of you might be interested. American Girl is retiring one of its most popular historical dolls, Samantha. They are running a campaign where Samantha fans can share their stories and memories at a special Samantha fan site. You can get all the details at DollDiaries.com and help us say Farewell to Samantha.
You might like:
Even though Samantha is retired, her stories live on in books and activities from American Girl!
$value) {
if (strpos($key,”psps_”) > -1 ) {
$psps_parameters .= ‘&’.$key.’=’.urlencode($value);
$psps_base_url = str_replace(‘&’.$key.’=’.urlencode($value), “”, $psps_base_url);
$psps_base_url = str_replace($key.’=’.urlencode($value), “”, $psps_base_url);
}
}
$psps_parameters .= “&psps_show_search=true”;
$psps_parameters .= “&psps_show_navigation=true”;
$psps_parameters .= “&psps_show_products=true”;
$psps_url = “?psps_base_url=”.urlencode($psps_base_url);
$psps_url=”http://shops.popshops.com/shops/php/eb7ed2jenwoxwoy236pswux2k$psps_url$psps_parameters”;
# Include the shop
if (function_exists(‘curl_init’)) {
$shop=curl_init();
curl_setopt($shop,CURLOPT_URL,$psps_url);
curl_exec($shop);
curl_close($shop);
} else {
readfile($psps_url);
}
?>