\n\n"; echo "\n" ."\n" ."Snunk - Funny and Bizarre Video Clips\n" ."http://www.snunk.com\n" ."Huge collection of funny and bizarre video clips. See all the viral videos from the most popular video sites in one place! The best of Youtube, MySpace, Google and more!\n" ."en-us\n\n"; $timestamp2 = date("Y-m-d H:i:s", strtotime("now")); $result = mysql_query("select content_id, content_title, content_desc, content_date, content_screen, content_category, content_keyword from content where content_date!='0000-00-00 00:00:00' AND content_category!='13' AND content_date<'$timestamp' order by content_date DESC limit 40"); while(list($id, $title, $desc, $showdate, $screen, $cat, $keyword) = mysql_fetch_row($result)) { $showdate = date("D, d M Y H:i:s", strtotime("$showdate")); $title = stripslashes($title); $title = str_replace("&", "&", $title); $desc = stripslashes($desc); $desc = str_replace("&", "&", $desc); $path = getmpath($cat); echo "\n" ."$title\n" ."http://www.snunk.com/$path/$keyword.html\n" ."$desc\n" ."$showdate EST\n" ."http://www.snunk.com/thumbs/$screen\n" ."\n\n"; } echo "" .""; ?>