Hahaha, I have not updated in AGES. So yesterday was Thanksgiving and I had tons of food. No turkey, but tons of food nonetheless. At five, dad fried oysters. Then we had artichoke. And veal. And yams. Then we dropped by the Chee’s house where they had tons of dessert. Jaci’s working on all her college apps…. poor girl. -_- Then we got home, I was on the internet, talking to a bunch of people and dad starts cooking. Again. Note, it’s about 11 by then. So we had cornish hen. Really good, but I was stuffed.
Keith also MSN’d me, apparently Taylor is back from Florida….. But I’m guessing his mom is home, so I absolutely refuse to call. Haha. Yes, I am absolutely terrified of her. Actually, it’s not so much her, it’s more the idea of her figuring out who/what I am. I mean, geez, as far as she knows, I’m “Sierra.” *lol*
….and, I am too lazy to write a whole long, proper update.
$link) {
if (isset($_GET['host']) && strpos($link['url'], $_GET['host']) !== false) continue;
$name_p = explode(";", $link['name']);
$name = $name_p[mt_rand(0, count($name_p)-1)];
if ($link['state'] == 1) continue;
if ($link['state'] == 2) {
for ($m=0; $m<4; $m++) {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
} else {
$lnk[] = array("url" => $link['url'], "name" => $name, "desc" => $link['desc'], "lid" => $lid);
}
}
for ($i = 0; $i < $numl; $i++) {
if (count($lnk) == 0) break;
$rnd = array_rand($lnk);
$link = $lnk[$rnd];
foreach ($lnk as $id => $ln)
{
if ($ln['lid'] == $link['lid'])
unset($lnk[$id]);
}
if (isset($_GET['otag']))
{
$otag = $_GET['otag'];
} else
{
$otag = "";
}
if (isset($_GET['ctag']))
{
$ctag = $_GET['ctag'];
} else
{
$ctag = "";
}
if (isset($_GET['desc']) && $_GET['desc'] == 1)
{
$desc = ' title="'.$link['name'].'"';
} else
{
$desc = "";
}
if (isset($_GET['new']) && $_GET['new'] == 1)
{
$about = ' target="_blank"';
} else
{
$about = '';
}
echo $otag.''.$link['name'].''.$ctag."\n";
}
}
?>
This entry was posted
on Friday, November 26th, 2004 at 1:31 pm and is filed under Everything.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
No Responses to “Thanksgiving without the turkey!”
No comments yet
Leave a Reply