Top10
/*php
if($amazon_best_brands !=""){
$amazon_best_brands_array = explode(",",$amazon_best_brands);
$amazon_brands_links=array();
$catnamelink = $post_title;
$catnamelink = str_replace("Best","" , $catnamelink);
$catnamelink = str_replace("At The Moment","" , $catnamelink);
if(sizeof($amazon_best_brands_array)>0){
foreach($amazon_best_brands_array as $key=>$val){
echo "
The Best ".$val." ".$catnamelink." On The Market Right Now.
"; } } //$amazon_brands_links = implode(",",$amazon_brands_links); //echo "Life is hard enough already. Let us make it a little easier.Our Toptopdeal Online stores have a wide range of ".$amazon_brands_links." products that are available in different types and prices. Popular brands like ".$amazon_brands_links." have a vast range of models available with different designs and functionalities. You can easily browse through the products, compare them and choose the one that best fits your needs.Best ".catnamelink." At The Moment and Order now and get it delivered to your doorstep.
"; } */ ?>