"; $cellcount++; if($cellcount == 4) { $auction_string.= ""; $cellcount = 0; } } echo $auction_string; ?>
Browse Auction Categories
Antiques () Computers & Office () Music ()
Art () Consumer Electronics () Other Goods & Services ()
Books () Photography () Sports & Recreation ()
Clothing & Accessories () Gemstones & Jewelry () Toys & Games ()
Coins () Home & Garden () Vehicles ()
Collectables () Moves & Video ()    
FreeDay Auctions.com is now Open! Register Now!
Front Page Featured Auctions
"; $bid = $row["current_bid"]; $description = stripslashes(htmlspecialchars($row["title"])); //check desc for length $pieces = explode(" ", $pizza); $desc = array(); $desc = explode(" ", $description); //for ($i = 1; $i <= 10; $i++) for($i = 0; $i < sizeOf($desc); $i++) { if(strlen($desc[$i]) >= 25) $desc[$i] = substr($desc[$i],0,32)."- ".substr($desc[$i],33); } $description = implode(" ",$desc); $bg = ""; $auction_string.= "
"; if($row[highlight] != 1) { $auction_string.= ""; } else { $auction_string.= "
"; $bg = "#99FF99"; } if($row["thumbnailfile"] != "") { $fp = substr($row["thumbnailfile"], 0, strlen($row["thumbnailfile"])-4); $fp.="FP"; $fp.= substr($row["thumbnailfile"],strlen($row["thumbnailfile"])-4); //print $fp; $auction_string.= ""; } else $auction_string.= ""; $auction_string.= ""; if($row["bold"] == 1) $auction_string.= "
 "; $auction_string.= "Bid:
".print_money($row[current_bid])."

"; if($row["buy_now"] != 0.0000) { if($bg != "#99FF99") $auction_string.= "

".print_money($row["buy_now"]).""; else $auction_string.= "

".print_money($row["buy_now"]).""; } $auction_string.= "
".$description."
"; else $auction_string.= "
".$description."
"; $auction_string.= "



"; view("468x60","_blank"); } else { print " "; } ?>