"; print ""; print ""; print ""; // print a row with the featured phones for this network print ""; print ""; print ""; // print the categories of phones within this network printBuzzMobileNetworkCategories($network_row); // print a list of 5 top sellers for this network printBuzzMobileTopSellers(5, $network_row["category_id"]); // print a list of max 5 pre-orders for this network printBuzzMobilePreorderProducts(5, $network_row["category_id"]); // print a list of 5 latest phones on this network printBuzzMobileLatestProducts(5, $network_row["category_id"]); // finish with the bottom curve of the template printBuzzMobileBodyBottom(); ?>
"; print "
"; print "
"; print "

".$page_title."

"; print "
"; print "
"; // build a proper URL and generate alt & title tags to print with the network logo if(!strstr($network_row["network_name"], "Mobile")) { $url = "http://".$_SERVER["SERVER_NAME"]."/".$network_row["network_name"]."-Mobile-Phones.htm"; $name = $network_row["network_name"]." Mobile Phones"; } else { $url = "http://".$_SERVER["SERVER_NAME"]."/".$network_row["network_name"]."-Phones.htm"; $name = $network_row["network_name"]." Phones"; } print ""; print "\"".$name."\""; print ""; print "
"; printContractPhoneTabPagePhones($network_row["network_id"], 0, 2, 0); print "