OK, in today’s Boy Battle, we have two young Soap Studs with REALLY FABULOUS hair.
1. Fist up is Casey from As the World Turns. Casey gets mad points for the kooky way he cuts those pointy, little Hasidic sideburns of his. Sometimes they curl at the ends. Other times, they hang limp. (Although, they make me anything BUT limp.) And don’t forget to note his pretty, glowing skin– he’s like a fucking Swedish milkmaid. Even in harsh, hospital lighting! And on video! And while you can’t really see his biceps here, know that they are MASSIVE, and could crack walnuts. All-in-all, he’s a tough one to beat.
2. His competition is nuWill from Days of Our Lives, seen here returning from Switzerland, where he has been suddenly-aged, and now appears to be about 5 years younger than his parents. In addition to that FANTASTIC lid of hair (with those marvelous black streaked bangs), Will has got a nose I could ride for hours. His acting chops leave a bit to be desired, but this is a hottie competition, not So You Think You Can Act. I encourage you to watch the entire clip, as he displays a bit of an attitude, which makes me think he might develop into Bad Boy, and that’s not a bad thing at all. And although you can’t see it here, I assure you his little tushie would bring tears to the most hardened inmate.
Cast your votes now. The winner squares off against tomorrows contestant.
![]() |
![]() |
";
$i = 0;
$candidates = array();
foreach ($tags as $tag) {
//SQL QUERY STRING
$pic = "";
$tag = addslashes($tag);
$query = "SELECT DISTINCT(t3.post_id), t1.title AS title, t1.url AS url, t1.bric_id AS bric_id, t1.tspic AS tspic, t1.cover_date AS cover_date, t1.permalink AS permalink FROM posts AS t1, tags AS t2, `posts-tags` AS t3 WHERE t1.id = t3.post_id AND t2.id = t3.tag_id AND t1.status > 0 AND t2.status = 1 AND t2.display_name = '$tag' ORDER BY t1.cover_date DESC LIMIT 4";
$result = mysql_query( $query ) or die( mysql_error() );
while($row = mysql_fetch_array($result, MYSQL_ASSOC) ) {
$bricid = $row[bric_id];
$tspic = $row[tspic];
$author_id = $row[author_id];
$author_name = $row[author_name];
$author_avatar = $row[author_avatar];
$author_link = $row[author_link];
$author_email = $row[author_email];
$cdate_year = substr($row['cover_date'],0,4);
$cdate_day = substr($row['cover_date'],8,2);
$cdate_month = substr($row['cover_date'],5,2);
$printnewdate = date("l, F jS Y", mktime(0, 0, 0, $cdate_month, $cdate_day, $cdate_year));
$permalink = $row[permalink] . "?utm_source=wow&utm_medium=permalink&utm_campaign=related";
$permalink = preg_replace("/index.php/","",$permalink);
$candidate = "
";
if ((!array_key_exists($bricid, $candidates)) && ($bricid != $mainbricid)) {
$candidates[] = $candidate;
}
}
}
echo "
";
$relatedlinks = array_unique($candidates);
srand((float)microtime() * 1000000);
shuffle($relatedlinks);
foreach ($relatedlinks as $story) {
echo $story;
}
?>