I finally got around to mailing the assorted Christmas cards. I even had to go to the post office to send off Titch’s. Darn international person.
Other than that, I haven’t gotten much done at all. I woke up fairly early, because Christina was talking really, really loud to Erika. If that hadn’t happened, I probably would have stayed in bed till at least noon. Who ever thought that I’d wake up this late on a regular basis? Then again, I did go to sleep at about five.
BT is being horribly slow, I’m considering leaving my laptop here tonight so I can keep downloading and just picking it up tomorrow. ^^;;
Anyhow, I’m going to go pack some of my stuff up. Bleh.
$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 Monday, December 20th, 2004 at 1:39 pm and is filed under Everything, Bay Area, Exciting.
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 “Sent!”
No comments yet
Leave a Reply