Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
You were hacked by SteeLe
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>iwrestling.com - Your Source for Professional Wrestling... Online</title>
<meta name="keywords" content="Fantasy Wrestling, Pro Wrestling, Wrestling, wrestling newsletters, wrestling news, news, columns, Games, Scoops, Scoops Wrestling, WWF news, WCW News, ECW news, Raw Results, Nitro Results, PPV Results">
<meta name="description" content="The premiere pro wrestling source. Daily Pro Wrestling News,columns, and features. WOW image gallery.">
<script language="JavaScript"><!--
/* Cookies Demo
By Jerry Aman, Optima System, July 28, 1996.
Cookie Functions written by Bill Dortch, hIdaho Design. Part of the PageSpinner distribution.
We will not be held responsible for any unwanted
effects due to the usage of this script or any derivative.
No warrantees for usability for any specific application
are given or implied.
You are free to use and modify this script,
if credits are kept in the source code*/
var cookieVisitID = 'my_LastVisitiwrestling';
var cookieNumVisitID = 'my_NumVisitsiwrestling';
// Change 'my_LastVisit' and 'my_NumVisits'
// to something unique for
// the current page, or else it
// won't work correctly if other uses
// this script!
var gLastVisit;
var gNumVisits;
SetLastVisit();
// Execute when loading page
if ( gLastVisit == "")
{
window.open("http://www.iwrestling.com/popup.html", "popDialog", "width=500,height=225,scrollbars=no,resize=no,"); }
else
{
}
function SetLastVisit (name, value){
var newVisitDate = new Date();
var expDate = new Date ();
var numVisits = 0;
// The expDate is the date when the cookie should
// expire, we will keep it for a day
expDate.setTime( expDate.getTime() + (1 * 24 * 60 * 60 * 1000) );
// Info about last visit
if (GetCookie (cookieVisitID) != null)
gLastVisit = GetCookie (cookieVisitID);
else gLastVisit = "";
if (GetCookie (cookieNumVisitID) != null)
gNumVisits = GetCookie (cookieNumVisitID);
else gNumVisits = 0;
// Use eval() to convert a string to a number
numVisits = eval(gNumVisits) +1;
// Store info about this visit
SetCookie( cookieVisitID, newVisitDate, expDate);
SetCookie( cookieNumVisitID, numVisits, expDate); }
// ---------------------------------------------------------------
// Cookie Functions - Second Helping (21-Jan-96)
// Written by: Bill Dortch, hIdaho Design <BDORTCH@NETW.COM>
// The following functions are released to the public domain.
// The following changes were made to SetCookie:
//
// 1. The expires parameter is now optional - that is, you can omit
// it instead of passing it null to expire the cookie at the end
// of the current session.
//
// 2. An optional path parameter has been added.
//
// 3. An optional domain parameter has been added.
//
// 4. An optional secure parameter has been added.
//
// For information on the significance of these parameters, and
// and on cookies in general, please refer to the official cookie
// spec, at:
//
// http://www.netscape.com/newsref/std/cookie_spec.html
//
//
// "Internal" function to return the decoded value of a cookie
//
function getCookieVal (offset) {
var endstr = document.cookie.indexOf (";", offset);
if (endstr == -1) endstr = document.cookie.length;
return unescape(document.cookie.substring(offset, endstr));
}
//
// Function to return the value of the cookie specified by "name".
// name - String object containing the cookie name.
// returns - String object containing the cookie value, or null if
// the cookie does not exist.
//
function GetCookie (name) {
var arg = name + "=";
var alen = arg.length;
var clen = document.cookie.length;
var i = 0;
while (i < clen) {
var j = i + alen;
if (document.cookie.substring(i, j) == arg)
return getCookieVal (j);
i = document.cookie.indexOf(" ", i) + 1;
if (i == 0) break;
}
return null; }
//
// Function to create or update a cookie.
// name - String object object containing the cookie name.
// value - String object containing the cookie value. May contain
// any valid string characters.
// [expires] - Date object containing the expiration data of the cookie. If
// omitted or null, expires the cookie at the end of the current session.
// [path] - String object indicating the path for which the cookie is valid.
// If omitted or null, uses the path of the calling document.
// [domain] - String object indicating the domain for which the cookie is
// valid. If omitted or null, uses the domain of the calling document.
// [secure] - Boolean (true/false) value indicating whether cookie transmission
// requires a secure channel (HTTPS).
//
// The first two parameters are required. The others, if supplied, must
// be passed in the order listed above. To omit an unused optional field,
// use null as a place holder. For example, to call SetCookie using name,
// value and path, you would code:
//
// SetCookie ("myCookieName", "myCookieValue", null, "/");
//
// Note that trailing omitted parameters do not require a placeholder.
//
// To set a secure cookie for path "/myPath", that expires after the
// current session, you might code:
//
// SetCookie (myCookieVar, cookieValueVar, null, "/myPath", null, true);
//
function SetCookie (name, value) {
var argv = SetCookie.arguments;
var argc = SetCookie.arguments.length;
var expires = (argc > 2) ? argv[2] : null;
var path = (argc > 3) ? argv[3] : null;
var domain = (argc > 4) ? argv[4] : null;
var secure = (argc > 5) ? argv[5] : false;
document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : "");
}
// Function to delete a cookie. (Sets expiration date to current date/time)
// name - String object containing the cookie name
//
function DeleteCookie (name) {
var exp = new Date();
exp.setTime (exp.getTime() - 1);
// This cookie is history
var cval = GetCookie (name);
document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();
}
// -->
</script>
</head>
<body text="white" bgcolor="black" link="#68bfff" vlink="#539ace" alink="#539ace">
<center>
<a name="top"></a><a href="http://www.ign.com" target="_new"><img src="topads/ign.gif" width="70" height="60" border=0 alt="IGN"></a>
<img src="graphics/transparent.gif" width="5" height="60" usemap="#" border="0"><map name=""><area href="(Empty Reference!)" coords="6,42,89,57" shape="rect"><area href="search.html" coords="282,41,339,56" shape="rect"><area href="mailto:feedback@scoopscentral.com" coords="199,39,269,57" shape="rect"><area href="mailto:advertising@scoopscentral.com" coords="97,42,183,56" shape="rect"></map>
<A HREF="http://adserver.ign.com/click-ng/network=ign&size=468x60&category=entertainment&genre=entertainment&site=scoopswrestling&ord=39581?" target="_new"><img src="http://adserver.ign.com/image-ng/network=ign&size=468x60&category=entertainment&genre=entertainment&site=scoopswrestling&ord=39581?" width=468 height=60 border=0 alt="banner ad"></A>
<p>
<table border="0" cellpadding="0" cellspacing="0" width="640" bgcolor="#186bde">
<tr>
<td width="125"><img src="graphics/logo_1.gif" width="125" height="60" alt="iwrestling.com" border="0"></td>
<td width="40"><img height="10" width="40" src="graphics/transparent.gif"></td>
<td align="right" width="475" bgcolor="black"><img src="graphics/header.gif" width="475" height="60" alt="iwrestling.com " border="0"></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="640">
<tr>
<td width="125" valign="top" bgcolor="#186bde"><img src="graphics/logo_2.gif" width="125" height="80">
<table width="125" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="15" bgcolor="#186bde"><img src="graphics/transparent.gif" width="15" height="1"></td>
<td width="110" bgcolor="black">
<div align="right">
<img src="graphics/nav1.gif" width="110" height="10"><br>
<table border="0" cellpadding="0" cellspacing="0" width="96%">
<tr>
<td><tr><td width="105" bgcolor="#000000"><font size="2" face="arial" color="red">
<b><i>what's inside</i></b></font>
</td></tr>
<tr><td width="105">
<font size="2" face="Arial">
<li><a href="http://www.iwrestling.com">Main Page</a><br>
<li><a href="/rose_report">Rose Report</a><br>
<li><a href="/news">News Board</a><br>
<li><a href="cgi/imageFolio.cgi">Gallery</a><br>
<li><a href="/columns">Columns</a><br>
<li><a href="search.html">Links</a><br>
<img src="graphics/transparent.gif" width="5" height="1">
</font>
</td></tr>
<tr><td width="105" bgcolor="black"><font size="2" face="arial" color="red">
<b><i>Image Gallery</i></b></font>
</td></tr>
<tr><td width="105">
<font size="2" face="Arial">
<li><a href="cgi/imageFolio.cgi?direct=Women_Of_Wrestling">Women Pics</a><br>
<li><a href="cgi/imageFolio.cgi?direct=WWF_Classics">WWF Classics</a><br>
<li><a href="cgi/imageFolio.cgi?direct=WCW_Classics">WCW Classics</a><br>
<img src="graphics/transparent.gif" width="5" height="1">
</font>
</td></tr>
<tr><td width="105" bgcolor="black"><font size="2" face="arial" color="red">
<b><i>S*P*A*M Columns</i></b></font>
</td></tr>
<tr><td width="105">
<font size="2" face="Arial">
<li><a href="columns/column_1.html">Great Canadian</a><br>
<li><a href="columns/column_2.html">The Couch</a><br>
<li><a href="columns/column_3.html">The Analyst</a><br>
<li><a href="columns/column_4.html">Turnbuckle</a><br>
<img src="graphics/transparent.gif" width="5" height="1">
</font>
</td></tr>
<tr><td width="105" bgcolor="black"><font size="2" face="arial" color="red">
<b><i>interact</i></b></font>
</td></tr>
<tr><td width="105">
<font size="2" face="Arial">
<li><a href="/discussion">Fan Forums</a><br>
<li><a href="/chat">Chat</a><br>
<img src="graphics/transparent.gif" width="5" height="1">
</font>
</td></tr>
<tr><td width="105" bgcolor="black"><font size="2" face="arial" color="red">
<b><i>general</i></b></font>
</td></tr>
<tr><td width="105">
<font size="2" face="Arial">
<li><a href="about.html">About Us</a><br>
<li><a href="contact.html">Contact Us</a><br>
<li><a href="advertising.html">Advertising</a>
</font>
</td></tr>
</td>
</tr>
</table>
<br>
<img src="graphics/nav2.gif" width="110" height="10"></div>
</td>
</tr>
</table>
</td>
<td width="511" valign="top">
<center>
<table width="100%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="50%" bgcolor="red"><img height="10" width="40" src="graphics/transparent.gif"></td>
<td width="50%" bgcolor="red" align="right"><font color="white" size="2" face="Arial">Today is
<script language="JavaScript"><!--
// Copyright (c) 1997 Mecklermedia Corporation.
// http://www.webreference.com/js/
// License is granted if and only if this entire
// copyright notice is included. By Tomer Shiran.
function makeArray() {
var args = makeArray.arguments;
for (var i = 0; i < args.length; i++) {
this[i] = args[i];
}
this.length = args.length;
}
function fixDate(date) {
var base = new Date(0);
var skew = base.getTime();
if (skew > 0)
date.setTime(date.getTime() - skew);
}
function getString(date) {
var months = new makeArray("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
return months[date.getMonth()] + " " +
date.getDate() + ", " + (date.getYear());
}
var cur = new Date();
fixDate(cur);
var str = getString(cur);
document.write(str);
// -->
</script>
<img src="graphics/transparent.gif" width="5" height="1"></font></td>
</tr>
<tr bgcolor="#333333">
<td colspan="2"><font size="1" face="Verdana,Geneva,sans serif"><img height="10" width="8" src="graphics/transparent.gif"><b>FAN FORUMS</b><img height="18" width="15" src="graphics/transparent.gif"><b> </b></font><a hrefcgi/dcforum/dcboard.cgi?az=list&forum=WWF2000&conf=conf_generalal"><font size="1" face="Verdana,Geneva,sans serif" color="white">WWF Warzone</font></a><font size="1" face="Verdana,Geneva,sans serif"> - </font><a hrefcgi/dcforum/dcboard.cgi?az=list&forum=WCW 2000&conf=conf_generalal"><font size="1" face="Verdana,Geneva,sans serif" color="white">WCW 2000</font></a><font size="1" face="Verdana,Geneva,sans serif"> - </font><a hrefcgi/dcforum/dcboard.cgi?az=list&forum=ECW&conf=conf_generalal"><font size="1" face="Verdana,Geneva,sans serif" color="white">ECW Extreme</font></a></td>
</tr>
</table>
<br>
<table align="center" width="496" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" valign="top">
<table width="496" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" bgcolor="black"><a hrefnews/index.htmlws"><img src="graphics/topstory.gif" width="496" height="17" alt="Headlines" border="0"></a></td>
</tr>
</table>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top"><img height="5" width="40" src="graphics/transparent.gif"></td>
</tr>
<tr>
<td colspan="2" valign="top"><a href="http://scoopswrestling.com"><font face="Arial" color="#0088cc"><b>Rose Report-<b>Weekends at ScoopsWrestling</b></b></font></a></td>
</tr>
<tr>
<td width="248" valign="top"><font size="2" face="Arial">-&gt;Exclusive TWA Results which saw a wrestler have to leave the TWA.</font><br>
<font size="2" face="Arial">-&gt;Ratings,Ratings,Ratings!</font><br>
<font size="2" face="Arial">-&gt;All Japan Wrestling News</font><br>
<font size="2" face="Arial">-&gt;Ross Report Highlights. </font><br>
</td>
<td width="248" valign="top"><font size="2" face="Arial">-&gt;News about Tonights IPW Show. </font><br>
<font size="2" face="Arial">-&gt;Jeff Peterson has a few words to say.</font><br>
<font size="2" face="Arial">-&gt;Woman of WCW News</font><br>
</td>
</tr>
<tr>
<td width="50%"><a href="http://scoopswrestling.com"><font size="2" face="Arial">&gt;&gt;&gt; Go To Rose Report</font></a><br>
</td>
<td><a href="cgi/dcforum/dcboard.cgi"><font size="2" face="Arial">&gt;&gt;&gt; Sound off in the Discussion Area</font></a></td>
</tr>
</table>
<br>
<br>
</td>
</tr>
<tr>
<td valign="top" width="360">
<table width="99%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" bgcolor="#186bde"><img src="graphics/transparent.gif" width="5" height="1"></td>
</tr>
</table>
<table width="99%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" bgcolor="black"><a href="http://www.iwrestling.com/news"><img src="graphics/headlines.gif" width="173" height="16" alt="Headlines" border="0"></a></td>
</tr>
</table>
<br>
<font size="2" face="Arial"><li><A HREF="http://www.iwrestling.com/news/messages/5355.html">WWF Injury Update(Austin, Gunn, Hardys, more)
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5354.html">Tammy Sytch drug test comes back negative
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5353.html">News on RVD, Sting, Nash, Sid, and More
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5352.html">Tammy Sytch drug test comes back negative
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5351.html">Channel 5 will continue WCW TV in 2001
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5350.html">WWF, WCW, and ECW tickets go on sale today
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5349.html">ECW News: No Shows and Financial Difficulties
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5348.html">WWF signs Goldberg from WCW
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5347.html">News on Trish, Buchanan, Kane, Benoit + More
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5346.html">HWF Presents Ontario Onslaught
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5345.html">WCW News: Angles, Tammy Sytch, SFX and more..
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5344.html">WWF Cookbook, The Rock, Fully Loaded, more
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5343.html">News on Chyna or Kimberly in Playboy
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5342.html">IWA/WWF Hot Summer Night Results
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5341.html">News on Steve Austin's Injury and Return.
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5340.html">*HUGE Update: [Pt. 2]: Chyna, Hardyz; More!!*
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5339.html">WCW News: Kevin Nash, Hogan, DDP, Luger, More
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5338.html">WWF News: Drug Testing, news on banned moves,
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5337.html">ex-WCW talent to WWF, ECW + Mona's return...
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5336.html">News on the persona of the Undertaker + more
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5335.html">Overnight and FINAL Smackdown Ratings
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5334.html">HUGE News Update: 06/17/00: Trish, Kim; MORE!
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5333.html">WCW News: Bret Hart, Goldberg, Russo, Storm
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5332.html">MCW Results for June 17th, 2000
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5331.html">WWF News: Shawn Michaels, KOTR, Owen Hart
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5330.html">Updates on Sandman, Funk, and Chris Benoit
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5329.html">ECW House Show Results for June 16th
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5328.html">Lita, Terri, Bill Buchannan and Nitro Grill
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5327.html">Bret Hart's Latest Calgary Sun Column
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5326.html">IWA/WWF Results (Puerto Rico) With Too Cool
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5325.html">Exclusive Interview with Scott Hall
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5324.html">News on Curt Hennig to WWF and The Rock
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5323.html">WWF KOTR Notes: Kurt Angle, Jericho, and more
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5322.html">WWF News: The Rock, Chyna, and Tons More
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5321.html">WCW News: Nitro, Lance Storm, and Much More
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5320.html">The whole Vince Russo - WCW story
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5319.html">Hulk Hogan Biography and Rating
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5318.html">Fox Family buys Pro Wrestling Show
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5317.html">Bret Hart speaks out on HBK, Vince McMahon, and his family
</A>
<li><A HREF="http://www.iwrestling.com/news/messages/5316.html">July Japanese Wrestling Tour Dates Released
</A>
<br>
</font><font size="2" face="Arial">
<table width="99%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="50%" valign="top" align="left"></td>
<td width="50%" valign="top" align="right"><a href="http://www.iwrestling.com/news"><font size="2" face="Arial"><b>More News Headlines</b></font></a></td>
</tr>
</table>
<br>
<br>
</font></td>
<td width="5" valign="top"><br>
</td>
<td width="130" valign="top"><table bgcolor="#f00000" width="130" border="0" cellspacing="0" cellpadding="1"><tr> <td> <img src="http://www.iwrestling.com/graphics/transparent.gif" width="1" height="10"> <font size="2" face="Arial" color="white"><b>WHAT'S NEW</b></font> </td></tr><tr> <td> <center> <table bgcolor="black" width="120" border="0" cellspacing="0" cellpadding="4"> <tr> <td><font face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular" size="2"> <p>
<b>S*P*A*M</b><br>
--&gt; <a hrefcolumns/column_5.htmlml">Week in Review</a><br>
--&gt; <a href="columns/column_1.html">Canadian on TV</a><br>
--&gt; <a href="columns/column_2.html">Tuesday Backlash</a><br>
--&gt; <a href="columns/column_3.html">Three Way Dance?</a><br>
<p>
<b>RESULTS</b><br>
--&gt; <a href="news/messages/5276.html">Smackdown</a><br>
--&gt; <a hrefnews/messages/5236.htmlml">Thunder</a><br>
--&gt; <a hrefnews/messages/5139.htmlml">Raw</a><br>
--&gt; <a hrefnews/messages/5138.htmlml">Nitro</a><br>
--&gt; <a hrefnews/messages/5084.htmlml">Heat</a><br>
--&gt; <a hrefnews/messages/5059.htmlml">ECW on TNN</a><br>
<p>
<B>W.O.W.</B><BR>
--&gt; <a hrefcgi/imageFolio.cgi?direct=Women_Of_Wrestling/Che_Physiqueue">Che Physique</a><br>
--&gt; <a hrefcgi/imageFolio.cgi?direct=Women_Of_Wrestling/April_Hunter_Exclusiveses">April Hunter</a><p>
<b>STAFF FAVORITES</b><br>
--&gt; <a hrefcgi/imageFolio.cgi?direct=Staff_Favorite_Matches/Ricky_Steamboat_vs_Macho_Man_Randy_Savagege">Ricky Steamboat vs. Randy Savage</a><BR>
--&gt; <a hrefcgi/imageFolio.cgi?direct=Staff_Favorite_Matches/The_British_Bulldog_vs_Shawn_Michaelsls">Shawn Michaels vs. British Bulldog</a><BR>
</font> </td> </tr> </table> </center> </td></tr></table>
<p>
<table bgcolor="#f00000" width="130" border="0" cellspacing="0" cellpadding="1">
<tr>
<td><img src="http://www.iwrestling.com/graphics/transparent.gif" width="1" height="10"> <font size="2" face="Arial" color="white"><b>POLL</b></font></td>
</tr>
<tr>
<td>
<center>
<table bgcolor="black" width="120" border="0" cellspacing="0" cellpadding="4">
<tr>
<td>
<script src="http://www.scoopswrestling.com/funspot/cgi-bin/poll-js.pl?00000001" language="JavaScript1.1"></script>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
</p>
<p><img height="10" width="40" src="graphics/transparent.gif"><br>
<center><font size="2" face="Arial"><A HREF="http://www.iwrestling.com/news/messages/5053.html"><img src="http://www.iwrestling.com/graphics/iwcool.gif" width="130" height="104" border=0><br><b>PRO WRESTLING DAILY</b></a></font></center>
</td>
</tr>
</table>
</center>
</td>
<td width="4" valign="top" bgcolor="#186bde"><img height="1" width="1" src="graphics/transparent.gif"></td>
</tr>
</table>
<table width="640" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="100%" bgcolor="#186bde" align="right"><img src="graphics/footer.gif" width="600" height="60" alt="footer" usemap="#footer" border="0"><map name="footer"><area href="#top" coords="7,35,90,54" shape="rect"><area href="search.html" coords="282,41,339,56" shape="rect"><area href="mailto:feedback@scoopscentral.com" coords="199,39,269,57" shape="rect"><area href="mailto:advertising@scoopscentral.com" coords="97,42,183,56" shape="rect"></map></td>
</tr>
</table>
<table width="640" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right"><font size="2" face="Arial">&copy; 2000 Snowball.com, Inc. All rights reserved.<br>
<a href="http://www.scoopswrestling.com/pages/privacy.html">Privacy Policy</a></font></td>
</tr>
</table>
</center>
</body>
</html>
<!-- www.attrition.org web hack mirror - watermark or something -->