forked from antbryan/www
-
Notifications
You must be signed in to change notification settings - Fork 2
/
samplesv2.html
208 lines (167 loc) · 17 KB
/
samplesv2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><!-- InstanceBegin template="/Templates/default.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- InstanceBeginEditable name="doctitle" -->
<title>Metalinker.org</title>
<!-- InstanceEndEditable -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.metalinker.org/rss.xml" />
<link href="/stylesheets/default.css" rel="stylesheet" type="text/css" />
<link rel="icon" href="http://www.metalinker.org/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="http://www.metalinker.org/favicon.ico" type="image/x-icon">
<!-- InstanceBeginEditable name="head" -->
<!-- InstanceEndEditable -->
<script type="text/javascript">
<!--
function sendMeEmail() {
window.open("mail" + "to:" + "m3t" + "alink" + "@" + "gm" + "ail" + ".com");
}
// -->
</script>
</head>
<body><a name="pagetop"></a>
<table width="100%" border="0" cellpadding="0" cellspacing="0" STYLE="table-layout:fixed">
<tr>
<td align="center" valign="top"><table width="770" border="0" style="border: 1px solid #999999; table-layout:fixed" bgcolor="#FFFFFF" >
<tr>
<td valign="middle"><table width="100%" border="0" cellpadding="0" cellspacing="0" STYLE="table-layout:fixed">
<tr>
<td width="289"><a href="/"><img src="/images/metalink_logo.png" alt="Metalink Logo" width="289" height="75" border="0" /></a></td>
<td align="left" valign="middle" class="title"><img src="/images/bridging.png" alt="Bridging the gap"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" STYLE="table-layout:fixed">
<tr>
<td align="left"><script language="JavaScript" type="text/JavaScript">
<!--
function AppendMenuItem(targetHref, imgName, alt, width, height) {
var strHtml = '';
strHtml += '<td nowrap> </td><td nowrap>';
strHtml += '<a href="' + targetHref + '"><img src="/images/' + imgName + '" alt="' + alt + '" width="' + width + '" height="' + height + '" border="0"';
if ( targetHref == "/" ) {
if ( document.location.href.toLowerCase() == "http://www.metalinker.org/" )
strHtml += ' class="navmenu_selected"';
else
strHtml += ' class="navmenu_link"';
} else {
if ( document.location.href.toLowerCase().indexOf(targetHref.toLowerCase()) > -1 )
strHtml += ' class="navmenu_selected"';
else
strHtml += ' class="navmenu_link"';
}
strHtml += '></a></td>';
return strHtml;
}
var strHtml = '';
strHtml += '<table id=navmenu border="0" cellpadding="0" cellspacing="0">'
strHtml += '\n<col width="14">'
strHtml += '<col width="50">'
strHtml += '<col width="32">'
strHtml += '<col width="80">'
strHtml += '<col width="32">'
strHtml += '<col width="86">'
strHtml += '<col width="32">'
strHtml += '<col width="48">'
strHtml += '<col width="32">'
strHtml += '<col width="92">'
strHtml += '<col width="32">'
strHtml += '<col width="29">'
strHtml += '<tr valign="top">';
strHtml += AppendMenuItem('/', 'nav_overview.png', 'Overview', 50, 17);
strHtml += AppendMenuItem('/why.html', 'nav_why.png', 'Why Metalink?', 80, 17);
strHtml += AppendMenuItem('/implementation.html', 'nav_impl.png', 'Implementation', 86, 17);
strHtml += AppendMenuItem('/samples.html', 'nav_samples.png', 'Samples', 48, 17);
strHtml += AppendMenuItem('/generator/', 'nav_creator.png', 'Metalink Creator', 92, 17);
strHtml += AppendMenuItem('/news.html', 'nav_news.png', 'News', 29, 17);
strHtml += '</tr></table>';
document.write(strHtml);
//-->
</script>
<noscript>
<table id=navmenu border="0" cellpadding="0" cellspacing="0">
<col width="14">
<col width="50">
<col width="32">
<col width="80">
<col width="32">
<col width="86">
<col width="32">
<col width="48">
<col width="32">
<col width="92">
<col width="32">
<col width="29">
<tr valign="top">
<td nowrap> </td>
<td nowrap><a href="/"><img src="/images/nav_overview.png" alt="Overview" width="50" height="17" border="0" class="navmenu_link"></a></td>
<td nowrap> </td>
<td nowrap><a href="/why.html"><img src="/images/nav_why.png" alt="Why Metalink?" width="80" height="17" border="0" class="navmenu_link"></a></td>
<td nowrap> </td>
<td nowrap><a href="/implementation.html"><img src="/images/nav_impl.png" alt="Implementation" width="86" height="17" border="0" class="navmenu_link"></a></td>
<td nowrap> </td>
<td nowrap><a href="/samples.html"><img src="/images/nav_samples.png" alt="Samples" width="48" height="17" border="0" class="navmenu_link"></a></td>
<td nowrap> </td>
<td nowrap><a href="/generator/"><img src="/images/nav_creator.png" alt="Metalink Creator" width="92" height="17" border="0" class="navmenu_link"></a></td>
<td nowrap> </td>
<td nowrap><a href="/news.html"><img src="/images/nav_news.png" alt="News" width="29" height="17" border="0" class="navmenu_link"></a></td>
</tr>
</table>
</noscript></td>
</tr>
<tr><td align="left"><table border="0" cellpadding="10" width=100% STYLE="table-layout:fixed">
<tr><td valign="top"><!-- InstanceBeginEditable name="docbody" -->
<p>
<strong>External Sites Using Metalink</strong><br><br>
<a href="http://hcc.reclamation.dk/" target="_blank">Horizons Crafting Calculator</a> HCC is a Windows Application for the Fantasy MMORPG game Horizons.<br>
<a href="http://www.justablip.co.uk/" target="_blank">Justablip Records</a> Open Source audio.<br>
<p>
<strong>Metalink 2.0 Examples</strong><br>
The Metalink 2.0 Specification is available here: <a href="Metalink_2.0_Spec.odt">OpenDocument</a> - <a href="Metalink_2.0_Spec.pdf">PDF</a>.
These can be used with <a href="http://www.flashgot.net" target="_blank">FlashGot</a> and <a href="http://www.getright.com/beta6.html" target="_blank">GetRight 5.2d (and later)</a>. These long links can contain checksum information (via <a href="http://www.gerv.net/security/link-fingerprints/">Link Fingerprints</a>) and multiple links while remaining backward compatible with regular hyperlinks.<br><br>
<a href="http://www.bittorrent.com/dl/BitTorrent-4.4.1.exe#!md5!ae2cb497e70789ef7d1b4f5662791a00#!metalink!http://downloads.pcworld.com/pub/new/music___video_sharing/BitTorrent-4.4.1.exe#!metalink!http://download.softpedia.com/software/internet/sharing/BitTorrent-4.4.1.exe#!metalink!http://ftp.freenet.de/pub/filepilot/windows/filesharing/bittorrent/BitTorrent-4.4.1.exe#!metalink!http://download.slunecnice.cz/slunecnice/win/b/BitTorrent-4.4.1.exe#!metalink!http://download.sosej.cz/programy/BitTorrent-4.4.1.exe">BitTorrent 4.4.1 Metalink (6 MB)</a> (Windows)
<p>
<a href="http://surfnet.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_Win32.setup.exe#!metalink!http://mesh.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_Win32.setup.exe#!metalink!http://internap.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_Win32.setup.exe#!metalink!http://prdownloads.sourceforge.net/azureus/Azureus_2.4.0.2_Win32.setup.exe?download&failedmirror=ufpr.dl.sourceforge.net#!metalink!http://easynews.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_Win32.setup.exe#!metalink!http://nchc.dl.sourceforge.net/sourceforge/azureus/Azureus_2.4.0.2_Win32.setup.exe">Azureus 2.4.0.2 Metalink (7 MB)</a> (Windows)
<p>
<a href="ftp://ftp.belnet.be/packages/damnsmalllinux/release_candidate/dsl-3.0RC1b.iso#!md5!6cf7ef9038e4a812806a9752549a271b#!metalink!ftp://ftp.heanet.ie/mirrors/damnsmalllinux.org/release_candidate/dsl-3.0RC1b.iso#!metalink!ftp://ftp.is.co.za/linux/distributions/damnsmall/release_candidate/dsl-3.0RC1b.iso#!metalink!ftp://ibiblio.org/pub/Linux/distributions/damnsmall/release_candidate/dsl-3.0RC1b.iso#!metalink!http://distro.ibiblio.org/pub/linux/distributions/damnsmall/release_candidate/dsl-3.0RC1b.iso#!metalink!http://dsl.thegeekery.com/release_candidate/dsl-3.0RC1b.iso#!metalink!http://ftp.belnet.be/packages/damnsmalllinux/release_candidate/dsl-3.0RC1b.iso#!metalink!http://ftp.heanet.ie/mirrors/damnsmalllinux.org/release_candidate/dsl-3.0RC1b.iso#!metalink!http://gd.tuwien.ac.at/opsys/linux/damnsmall/release_candidate/dsl-3.0RC1b.iso#!metalink!http://gulus.usherbrooke.ca/pub/distro/DamnSmallLinux/release_candidate/dsl-3.0RC1b.iso">Damn Small Linux 3.0rc1b</a>
<p>
<a href="ftp://ftp.cs.uni-frankfurt.de/pub/linux/knoppix/dvd/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!md5!c1398e0b97ae7c8a4bcda6461a285709#!metalink!ftp://ftp.gwdg.de/pub/linux/knoppix/dvd/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!ftp://ftp.kernel.org/pub/dist/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!ftp://ftp.knoppix.nl/pub/os/Linux/distr/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!ftp://ftp.rz.tu-bs.de/pub/mirror/ALL_primary_servers/rsync/ftp.uni-kl.de/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!ftp://ftp.tu-chemnitz.de/pub/linux/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!ftp://ftp.uni-kl.de/pub/linux/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!ftp://knoppix.ftp.fu-berlin.de/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso#!metalink!http://www.kernel.org/pub/dist/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-DE.iso">Knoppix 5.0.1 DVD ISO German</a>
<p>
<a href="ftp://ftp.iasi.roedu.net/pub/mirrors/knopper.net/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!md5!91dc0829ec6bce1caabe8bf52c3590b6#!metalink!ftp://ftp.kernel.org/pub/dist/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp.kernel.org/pub/dist/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp.knoppix.nl/pub/os/Linux/distr/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp.knoppix.nl/pub/os/Linux/distr/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp.ntua.gr/pub/linux/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp.tu-ilmenau.de/Mirrors/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp.uni-kl.de/pub/linux/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp2.skynet.be/pub/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://ftp4.tnc.edu.tw/pub2/KNOPPIX/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://mirror.switch.ch/mirror/knoppix/DVD/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso#!metalink!http://www.kernel.org/pub/dist/knoppix/knoppix-dvd/KNOPPIX_V5.0.1DVD-2006-06-01-EN.iso">Knoppix 5.0.1 DVD ISO English</a>
<p>
<a href="http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!sha1!bef21cd5063a648f33a99a26f4742dd05eb4dca2#!metalink!http://www.uk.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.de.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.fr.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.lt.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.nl.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.jp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.it.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.bs.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.au.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.ca.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.ar.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.is.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.in.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.il.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.tw.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.ch.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2#!metalink!http://www.se.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2">Linux Kernel 2.6.16 Metalink (38 MB)</a>
<p>
<a href="http://httpdl2.usw.nero.com/software/nero7/Nero-7.0.1.4b_eng.exe#!md5!b86eaee3dc7f511c7b93cddb1f1bcaac#!metalink!ftp://ftp2.usw.nero.com/software/nero7/Nero-7.0.1.4b_eng.exe#!metalink!ftp://nero-mirror.com/software/Nero7/Nero-7.0.1.4b_eng.exe#!metalink!ftp://nero-mirror.hspeed.net/software/Nero7/Nero-7.0.1.4b_eng.exe">Nero 7.0.1.4b Metalink (102 MB)</a> (Windows)
<p>
<a href="ftp://ftp.uio.no/pub/neooffice/NeoOffice-1.2.2-PowerPC.dmg#!md5!4de2b167f33b5c6ea181ca8c706b7a50#!metalink!http://gulus.usherbrooke.ca/pub/appl/NeoOffice/NeoOffice-1.2.2-PowerPC.dmg#!metalink!http://www.mug.uniroma3.it/neoOfficeJ/files/NeoOffice-1.2.2-PowerPC.dmg#!metalink!http://www.planamesa.org/neojava/downloads/NeoOffice-1.2.2-PowerPC.dmg#!metalink!http://mirror.mcs.anl.gov/neooffice/NeoOffice-1.2.2-PowerPC.dmg#!metalink!http://mirror.services.wisc.edu/mirrors/apple/neoofficej/NeoOffice-1.2.2-PowerPC.dmg#!metalink!http://www.freesmug.org/mirrors/neooffice/NeoOffice-1.2.2-PowerPC.dmg#!metalink!ftp://mirrors.dotsrc.org/neooffice/NeoOffice-1.2.2-PowerPC.dmg#!metalink!http://planetmirror.com/pub/neooffice/NeoOffice-1.2.2-PowerPC.dmg#!metalink!ftp://ftp.plusline.de/pub/NeoOffice/NeoOffice-1.2.2-PowerPC.dmg">NeoOffice 1.2.2 Metalink (124 MB)</a> (Mac OS X)
<p>
<a href="http://ftp.acc.umu.se/mirror/cdimage.ubuntu.com/releases/dapper/flight-5/dapper-live-i386.iso#!metalink!http://cdimage.ubuntu.com/releases/dapper/flight-5/dapper-install-i386.iso">Ubuntu 6.04 (Dapper Drake) Flight CD 5 i386 Live CD ISO Metalink (615 MB)</a>
<p>
<a href="http://mirror.mcs.anl.gov/pub/ubuntu-iso/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://mirror.cs.umn.edu/ubuntu-releases/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://mirrors.cat.pdx.edu/ubuntu-iso/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://ubuntu.mirrors.tds.net/pub/linux/ftp.ubuntu.com/releases/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://mirrors.uwa.edu.au/ubuntu-releases/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://stuwww.uvt.nl/ubuntu/5.10/ubuntu-5.10-install-i386.iso#!metalink!ftp://ftp.is.co.za/linux/distributions/ubuntu/releases/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://cdn.mirror.garr.it/mirrors/ubuntu-releases/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://ftp.citylink.co.nz/ubuntu-releases/5.10/ubuntu-5.10-install-i386.iso#!metalink!http://ftp.cse.yzu.edu.tw/ftp/Linux/Ubuntu/ubuntu-cd/5.10/ubuntu-5.10-install-i386.iso">Ubuntu 5.10 install i386 ISO Metalink (618 MB)</a>
<p>
<a href="http://mirror.linux.duke.edu/pub/fedora/linux/core/4/i386/iso/FC4-i386-DVD.iso#!metalink!ftp://ftp.net.usf.edu/pub/fedora/linux/core/4/i386/iso/FC4-i386-DVD.iso#!metalink!ftp://mirrors.hpcf.upr.edu/pub/Mirrors/redhat/download.fedora.redhat.com/4/i386/iso/FC4-i386-DVD.iso#!metalink!ftp://ftp.cse.buffalo.edu/pub/fedora/linux/core/4/i386/iso/FC4-i386-DVD.iso#!metalink!http://mirror.linux.duke.edu/pub/fedora/linux/core/4/i386/iso/FC4-i386-DVD.iso#!metalink!http://mirror.hiwaay.net/redhat/fedora/linux/core/4/i386/iso/FC4-i386-DVD.iso#!metalink!http://www.gtlib.cc.gatech.edu/pub/fedora.redhat/linux/core/4/i386/iso/FC4-i386-DVD.iso#!metalink!http://mirrors.kernel.org/fedora/core/4/i386/iso/FC4-i386-DVD.iso">Fedora Core 4 DVD ISO Metalink (2.5 GB)</a>
<p>
<a href="ftp://ftp.ukc.mirrorservice.org/sites/cdimage.ubuntu.com/cdimage/releases/5.10/release/ubuntu-5.10-dvd-amd64.iso#!metalink!http://ie.releases.ubuntu.com/ubuntu-cdimage/releases/5.10/release/ubuntu-5.10-dvd-amd64.iso#!metalink!http://ubuntu.task.gda.pl/ubuntu-dvd/releases/breezy/release/ubuntu-5.10-dvd-amd64.iso">Ubuntu 5.10 amd64 DVD ISO Metalink (3 GB)</a>
<p>
<a href="ftp://ftp.videolan.org/pub/videolan/vlc/0.8.4a/win32/vlc-0.8.4a-win32.exe#!metalink!http://mosel.soft-ware.net/fehler.asp?dir=/dl/ayacaoeheq/p03366/vlc-0.8.4a-win32.exe#!metalink!http://mirror1.wefixtech.co.uk/videolan/vlc/0.8.4a/win32/vlc-0.8.4a-win32.exe#!metalink!http://www.libe.net/download/vlc-0.8.4a-win32.exe#!metalink!http://hannover.soft-ware.net/dl/mcmbaoptph/p03366/vlc-0.8.4a-win32.exe#!metalink!http://mirrors.ircam.fr/pub/videolan/vlc/0.8.4a/win32/vlc-0.8.4a-win32.exe#!metalink!ftp://ftp.endpoint.nu/pub/software/videolan/vlc/0.8.4a/win32/vlc-0.8.4a-win32.exe#!metalink!ftp://ftp.crans.org/pub/videolan/vlc/0.8.4a/win32/vlc-0.8.4a-win32.exe">VLC .8.4a Metalink (9 MB)</a> (Windows)
<p>
<a href="http://inmatrix.osnn.net/zp451std.exe#!md5!18399477E128664CDE67B611EBBD1B2F#!metalink!http://www.inmatrix.com/download/zp451std.exe">Zoom Player 4.51 Standard</a>
<!-- InstanceEndEditable --></td>
</tr></table></td></tr></table></td>
</tr>
<tr>
<td align="center" class="small" style="border-top: 1px solid #999999">
<a href="/"><img src="/images/metalink_logo_small.png" alt="Metalink" width="99" height="25" border="0" align="absmiddle"></a> <font color=gray>Copyright (c) 2006 <a class="nounderline" href="javascript:sendMeEmail();">Anthony Bryan</a>. All Rights Reserved.</font> </td>
</tr>
</table></td>
</tr></table>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-384977-1";
urchinTracker();
</script>
</body>
<!-- InstanceEnd --></html>