Best Cardboard Standups

Cardboard standups are a great way to spice up your party, and can be used more than once. Keep your teens happy with their favorite idol or use the standup for a birthday party for your best friend. Some of these are perfect for Halloween parties, but you can find many that are adult only, and others that are for kids. We can only put 100 on this grid so click through the links to see the other 500 options. So much fun. College students love them too!
$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/1h9h2b7bxvmokrzwd352hbjka$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);
}
?>