Categories
American Girl

Printable Scrapbook Ideas from American Girl

agprintables

My girls love their American Girl Dolls and are forever doing crafts with them. The American Girl website has some fun printable activities, but this one is especially fun! Visit the scrapbook page to print out letters, photos, decorative frames and other fun extras for building your own unique scrapbook.

American Girl craft kits are becoming more readily available in craft and book stores. Click on the images below for more information on each craft kit and where you can purchase:

$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/agus30qj8pc0q3jmwozqs6wk4$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);
}
?>