Barack Obama Pinata: Popular Party Favor or Politically Incorrect?

I don’t know about what you think, but for some reason this just does not seem politically correct. Here we are, a few days after Barack Obama has been elected the 44th President of the United States and everyone is celebrating: how about adding this to your celebratory party:

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

That’s right, now you can hang your very own Barack Obama Pinata in a tree and, well, blindfold the kids, give them a stick, and try to beat it and break open the Barack Obama Pinata.

Pinatas.com is selling a “Barack Obama Pinata”, take a look:

Is this just “party fun” and a “popular party favor” or is it politically incorrect to celebrate with a Barack Obama Pinata filled with candy?

Okay, okay, I am now reminded that there is also a George W. Bush pinata available, as well: perhaps that will be better for my kid’s birthday party?

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

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top