<xmp> <BODY><!-- Start of Angelfire Ad Code Insertion --> <script type="text/javascript"> var ie = (navigator.appName.indexOf("Microsoft") >= 0) function providerSwitch(which){ var provNames = ["fast","google","inktomi","teoma"]; if (ie) { for (i=0; i < provNames.length; i++) { eval("document.all."+provNames[i]+".style.background = \"#33c\"") eval("document.all."+provNames[i]+".style.border = \"0px solid #33c\"") eval("document.all."+provNames[i]+".style.fontWeight = \"normal\"") eval("document.all."+provNames[i]+".style.padding = \"0px\"") } eval("document.all."+which+".style.padding = \"2px 8px\"") eval("document.all."+which+".style.background = \"#f00\"") eval("document.all."+which+".style.fontWeight = \"bold\"") eval("document.all."+which+".style.border = \"2px solid #99f\"") } else { for (i=0; i < provNames.length; i++) { eval("document.getElementById(\""+provNames[i]+"\").style.background = \"#33c\"") eval("document.getElementById(\""+provNames[i]+"\").style.border = \"0px solid #33c\"") eval("document.getElementById(\""+provNames[i]+"\").style.fontWeight = \"normal\"") eval("document.getElementById(\""+provNames[i]+"\").style.padding = \"0px\"") } eval("document.getElementById(\""+which+"\").style.padding = \"2px 8px\"") eval("document.getElementById(\""+which+"\").style.background = \"#f00\"") eval("document.getElementById(\""+which+"\").style.fontWeight = \"bold\"") eval("document.getElementById(\""+which+"\").style.border = \"2px solid #99f\"") } return false; } </script> <style type="text/css" media="all"> #fast, #google, #inktomi, #teoma {position: relative; top: 0; left: 0} .s {color:#fff; font-family: verdana; font-size: xx-small;} .sBtn {font:bold xx-small verdana,sans; color:#000; background:#9f3; border-width:3px; border-style:solid; border-color:#f00 #900 #900 #f00; margin-right:10px;} #inktomi {background:#f00; border:2px solid #99f; font-weight:bold; color:#fff; padding:2px 8px; margin-left:2px;} </style> <BODY> <table width="468" cellspadding="0" cellspacing="0" border="0" align="center"> <tr> <td width="468"><IFRAME SRC="http://ln.doubleclick.net/adi/af.ln/memberembedded;h=misc;sz=468x60;!category=gaming;!category=tobacco;!category=adult;!category=sexualovertones;ord=201160775215534?" width=468 height=60 frameborder=0 border=0 marginheight=0 marginwidth=0 vspace=0 scrolling=no></IFRAME></td> <!--gd bye snuggle buddy <td width="468"><a href="http://r.hotbot.com/r/af_member_rhap_img/http://music.lycos.com/rhapsody/" target="_new"><img src="http://af.lygo.com/i/rhap_burn_468_3.gif" width="468" height="60" border="0"/></a></td>--> </table <script language="JavaScript"> <!-- // Cache-busting LUBID bug. var ran = Math.round(Math.random() * 899999) + 100000; var lubid_string = "<img src=\"http://hb.lycos.com/header?VID=6105&LHIG=1&ord=" + ran + "\" height=\"1\" width=\"1\">"; document.write(lubid_string); //--> </script> <noscript><img src="http://hb.lycos.com/header?VID=6105&LHIG=1" height="1" width="1"></noscript> <!-- TEMPORARY POP UNDER --> <script language="JavaScript"> function showNow(scale) { var CategoryString = ""; var searchStringLong = "(none)"; var surveyLocation = "/doc/general/angelfire_popunder.html"; if( CategoryString != "(none)" && searchStringLong != "(none)") { surveyLocation = surveyLocation + "?Category=" + CategoryString + "&search_string=" + searchStringLong; } else if( CategoryString != "(none)" ) { surveyLocation = surveyLocation + "?Category=" + CategoryString; } else if( searchStringLong != "(none)" ) { surveyLocation = surveyLocation + "?search_string=" + searchStringLong; } var expdate = new Date (); var surveyCookieName = "AFPOPUNDER"; var percentOfferedSurvey = 100; var popupNewWindow = true; expdate.setTime (expdate.getTime() + (12 * 60 * 60 * 1000)); var stored_value = GetCookie(surveyCookieName); if (stored_value == null) { SetCookie(surveyCookieName, "under", expdate, "/", ""); nowWin = window.open(surveyLocation,'under','height=300,width=720,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes'); nowWin.blur(); } } function showInsite(){ // var CategoryString = ""; // var searchStringLong = "(none)"; var surveyLocation = "https://www.lycos.com/redir.asp?r=af"; // if( CategoryString != "(none)" && searchStringLong != "(none)") { // surveyLocation = surveyLocation + "?Category=" + CategoryString + "&search_string=" + searchStringLong; // } else if( CategoryString != "(none)" ) { // surveyLocation = surveyLocation + "?Category=" + CategoryString; // } else if( searchStringLong != "(none)" ) { // surveyLocation = surveyLocation + "?search_string=" + searchStringLong; // } //add member url // surveyLocation = surveyLocation + "&member_url=" + document.location; var expdate = new Date (); var surveyCookieName = "AFINSITE"; var percentOfferedSurvey = 100; var popupNewWindow = true; expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000)); var stored_value = GetCookie(surveyCookieName); if (stored_value == null){ SetCookie(surveyCookieName, "insite", expdate, "/", ""); insiteWin = window.open(surveyLocation,'insite','height=340,width=790,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no'); if(insiteWin){ insiteWin.blur(); } } } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; if( (document.cookie == null) || (document.cookie.length == null)) { return null; } 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; } showNow(); </script> <!-- End of Angelfire Ad Code Insertion --> <!-- Start of Angelfire Ad Code Insertion --> <script type="text/javascript"> var ie = (navigator.appName.indexOf("Microsoft") >= 0) function providerSwitch(which){ var provNames = ["fast","google","inktomi","teoma"]; if (ie) { for (i=0; i < provNames.length; i++) { eval("document.all."+provNames[i]+".style.background = \"#33c\"") eval("document.all."+provNames[i]+".style.border = \"0px solid #33c\"") eval("document.all."+provNames[i]+".style.fontWeight = \"normal\"") eval("document.all."+provNames[i]+".style.padding = \"0px\"") } eval("document.all."+which+".style.padding = \"2px 8px\"") eval("document.all."+which+".style.background = \"#f00\"") eval("document.all."+which+".style.fontWeight = \"bold\"") eval("document.all."+which+".style.border = \"2px solid #99f\"") } else { for (i=0; i < provNames.length; i++) { eval("document.getElementById(\""+provNames[i]+"\").style.background = \"#33c\"") eval("document.getElementById(\""+provNames[i]+"\").style.border = \"0px solid #33c\"") eval("document.getElementById(\""+provNames[i]+"\").style.fontWeight = \"normal\"") eval("document.getElementById(\""+provNames[i]+"\").style.padding = \"0px\"") } eval("document.getElementById(\""+which+"\").style.padding = \"2px 8px\"") eval("document.getElementById(\""+which+"\").style.background = \"#f00\"") eval("document.getElementById(\""+which+"\").style.fontWeight = \"bold\"") eval("document.getElementById(\""+which+"\").style.border = \"2px solid #99f\"") } return false; } </script> <style type="text/css" media="all"> #fast, #google, #inktomi, #teoma {position: relative; top: 0; left: 0} .s {color:#fff; font-family: verdana; font-size: xx-small;} .sBtn {font:bold xx-small verdana,sans; color:#000; background:#9f3; border-width:3px; border-style:solid; border-color:#f00 #900 #900 #f00; margin-right:10px;} #inktomi {background:#f00; border:2px solid #99f; font-weight:bold; color:#fff; padding:2px 8px; margin-left:2px;} </style> <BODY> <table width="468" cellspadding="0" cellspacing="0" border="0" align="center"> <form action="http://r.hotbot.com/r/af_member_hotbot_search/http://www.hotbot.com/default.asp" method="get" id="search" target="searchwin"> <tr> <td width="102" bgcolor="#3333cc"><a href="http://r.hotbot.com/r/af_member_hotbot_img/http://www.hotbot.com" target="searchwin"><img src="http://af.lygo.com/i/hotbot_searchanim_102x60.gif" width="102" height="60" border="0"/></a></td> <td width="366" bgcolor="#3333cc" valign="top"> <table width="100%" cellspadding="0" cellspacing="0" border="0"> <tr><td align="left" height="30" class="s"><font color="#ffffff" face="Verdana, sans-serif" size="-2">&nbsp;Search using:<input type="radio" name="prov" value="FAST" onclick="providerSwitch('fast')" style="background: #33c;"/><span id="fast">FAST</span> <span></span><input type="radio" name="prov" value="Google" onclick="providerSwitch('google')" class="rad"/><span id="google">Google</span> <span></span><input type="radio" name="prov" value="Inktomi" onclick="providerSwitch('inktomi')" checked="checked"/><span id="inktomi">Inktomi</span> <span></span><input type="radio" name="prov" value="Teoma" onclick="providerSwitch('teoma')"/><span id="teoma">Teoma</span></font></td></tr> <tr><td>&nbsp;<input type="text" name="query" value="" size="32" maxlength="300" id="qb"/>&nbsp;&nbsp;<input type="submit" value="SEARCH" class="sBtn"/></td></tr> </table> </td> </tr> <input type="hidden" name="ps" value=""/> <input type="hidden" name="loc" value="searchbox"/> <input type="hidden" name="tab" value="web"/> </form> </table> <script language="JavaScript"> <!-- // Cache-busting LUBID bug. var ran = Math.round(Math.random() * 899999) + 100000; var lubid_string = "<img src=\"http://hb.lycos.com/header?VID=6105&LHIG=1&ord=" + ran + "\" height=\"1\" width=\"1\">"; document.write(lubid_string); //--> </script> <noscript><img src="http://hb.lycos.com/header?VID=6105&LHIG=1" height="1" width="1"></noscript> <!-- TEMPORARY POP UNDER --> <script language="JavaScript"> function showNow(scale) { var CategoryString = "(none)"; var searchStringLong = "nekropolis"; var surveyLocation = "/doc/general/angelfire_popunder.html"; if( CategoryString != "(none)" && searchStringLong != "(none)") { surveyLocation = surveyLocation + "?Category=" + CategoryString + "&search_string=" + searchStringLong; } else if( CategoryString != "(none)" ) { surveyLocation = surveyLocation + "?Category=" + CategoryString; } else if( searchStringLong != "(none)" ) { surveyLocation = surveyLocation + "?search_string=" + searchStringLong; } var expdate = new Date (); var surveyCookieName = "AFPOPUNDER"; var percentOfferedSurvey = 100; var popupNewWindow = true; expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000)); var stored_value = GetCookie(surveyCookieName); if (stored_value == null) { SetCookie(surveyCookieName, "under", expdate, "/", ""); nowWin = window.open(surveyLocation,'under','height=300,width=720,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no'); nowWin.blur(); } } function showInsite(){ var CategoryString = "(none)"; var searchStringLong = "nekropolis"; var surveyLocation = "/doc/general/insite.html"; if( CategoryString != "(none)" && searchStringLong != "(none)") { surveyLocation = surveyLocation + "?Category=" + CategoryString + "&search_string=" + searchStringLong; } else if( CategoryString != "(none)" ) { surveyLocation = surveyLocation + "?Category=" + CategoryString; } else if( searchStringLong != "(none)" ) { surveyLocation = surveyLocation + "?search_string=" + searchStringLong; } //add member url surveyLocation = surveyLocation + "&member_url=" + document.location; var expdate = new Date (); var surveyCookieName = "AFINSITE"; var percentOfferedSurvey = 100; var popupNewWindow = true; expdate.setTime (expdate.getTime() + (24 * 60 * 60 * 1000)); var stored_value = GetCookie(surveyCookieName); if (stored_value == null && searchStringLong != "(none)"){ SetCookie(surveyCookieName, "insite", expdate, "/", ""); insiteWin = window.open(surveyLocation,'insite','height=300,width=450,toolbar=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no'); if(insiteWin){ insiteWin.blur(); } } } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; if( (document.cookie == null) || (document.cookie.length == null)) { return null; } 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; } showNow(); showInsite(); </script> <!-- End of Angelfire Ad Code Insertion --> <!-- Start of Angelfire Ad Code Insertion --> <center> <table border="0" cellpadding="0" cellspacing="3" width="590" align="center"> <tr> <!-- \/ ad --> <td align="center" width="468"><A HREF="http://ln.doubleclick.net/jump/af.ln/member;h=;sz=468x60;ord=1924385293? " target=_top><IMG WIDTH=468 HEIGHT=60 SRC="http://ln.doubleclick.net/ad/af.ln/member;h=;sz=468x60;ord=1924385293?">< /A></td> <!-- /\ ad --> <td align="center" width="122"><table border="0" cellspacing="0" cellpadding="3"> <tr> <td align="center" bgcolor="#FFFFFF"><a href="http://linktracker.angelfire.com/angelfire/new/ad/email_when_updated/_h_ /www.angelfire.com/cgi-bin/email_when_updated/display_form" TARGET="email_when_updated" onClick="window.open('http://linktracker.angelfire.com/angelfire/new/ad/email_ when_updated/_h_/www.angelfire.com/cgi-bin/email_when_updated/display_form','e mail_when_updated','toolbar=0,location=0,directories=0,status=0,menubar=0,scro llbars=0,resizable=0,width=390,height=360');"><font size="1" color="#0000FF" face="verdana, arial, helvetica, sans serif"> Tell me when this page is updated </font></a></td> </tr><tr></tr><tr></tr><tr></tr><tr> <td align="center" bgcolor="#FFFFFF"><a href="http://linktracker.angelfire.com/angelfire/new/ad/email_this_page/_h_/ww w.angelfire.com/cgi-bin/email_this_page/display_form" TARGET="email_this_page" onClick="window.open('http://linktracker.angelfire.com/angelfire/new/ad/email_ this_page/_h_/www.angelfire.com/cgi-bin/email_this_page/display_form','email_t his_page','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0, resizable=0,width=470,height=500');"><font size="1" color="#0000FF" face="verdana, arial, helvetica, sans serif">E-mail this page to a friend</fon t></a></td> </tr> </table></td> </tr> <tr> <td colspan="2" bgcolor="#0066FF"><table border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td><a href="http://linktracker.angelfire.com/angelfire/new/ad/homegraphic/_h_/www.an gelfire.com/"><img src="http://a4.g.akamai.net/7/4/445/0000/lygo.com/af/i/popup_logo.gif" alt="Angelfire Logo" width="150" height="24" border="0"></a></td> <td align="right"><table border="0" cellspacing="2" cellpadding="0"> <form action="/cgi-bin/search" method="POST" TARGET="_new"> <tr> <td align="center"><img src="https://www.angelfire.lycos.com/doc/images/ad_center.gif" alt="Free Homepages, MP3s, Email, Games" width="283" height="10" border="0" hspace="3" usemap="#center">< /td> <td><input type="text" size="10" maxlength="25" name="query"></td> <INPUT TYPE="hidden" NAME="catalog" VALUE="Mixed"> <td><input type="image" src="https://www.angelfire.lycos.com/doc/images/sm_ggi_blue.gif" alt="Go Get It!" width="62" height="14" border="0" VSPACE="1"></td> </tr> </form> </table></td> </tr> </table></td> </tr> </table> </center> <map name="center"> <area alt="Homepages" shape="rect" coords="25,0,79,9" target="af_new_window" href="http://linktracker.angelfire.com/angelfire/new/ad/homelink/_h_/www.angel fire.com/"> <area alt="MP3s" shape="rect" coords="89,0,113,9" target="af_new_window" href="http://linktracker.angelfire.com/angelfire/memberad/mp3/_h_/music.lycos. com/mp3/"> <area alt="Email" shape="rect" coords="123,0,148,9" target="af_new_window" href="http://linktracker.angelfire.com/angelfire/memberad/email/_h_/mailcity.l ycos.com"> <area alt="Games" shape="rect" coords="158,0,189,9" target="af_new_window" href="http://linktracker.angelfire.com/angelfire/memberad/games/_h_/angelfire. lycos.com/doc/arcade/"> </map> <!-- End of Angelfire Ad Code Insertion --> </xmp>

Politically Incorrect

 

 

Next Match:

Shaddow vs. Triple B

Out back of the arena Shaddow is signing autographs for a few Shaddow fans. He smiles as he signs the rest of the autographs. A black vintage mustang pulls up and a tall guys steps out of the car and look down at Shaddow. Shaddow slowly turn around to see a taller figure. He looks up to his eye and drops the pen and paper and the smile from his face disappears. His face is filled with terror and fear now.

 

The time has come Shaddow. Your little game time is over. The real Shaddow must be revealed to the world. You did your job well my minion but now you must end your life or have it ended.

 

Shaddow trembles and run from the guy. The man slow raises his hand to his mouth and blows and a little dart flies out and into Shaddow’s neck. Shaddow instantly drops to the ground. The dart injected a deadly poison into Shaddow’s body and severed his nerves in half.

 

We all must die at one time or another, my minion. Your death was before many others but it was a quick death as I had promised you when you first came to me looking for enlighten meant on the reality of this world.

 

You lie there unable to move as the poison moves through your body rapidly killing each cell it encounters eating you from the inside to the outside. Your time is here and now farewell my minion, but my rein must start and it must start now.

 

The figure looks to the camera and smirks.

 

O yea you at home at quite shocked as to what just happened well the real Shaddow has arrived. You see I hired this young lad to inject a fear into Four Star Wrestling under my name and when he quit doing his job he was replaced. Replaced by the greater evil, he was replaced by the real Shaddow. In the beginning his words were mine and mine were his but then he decided that he was this Shaddow of Four Star Wrestling.

 

I ended him as I have ended many other minions of mine. I am here to stay and none shall mess with that in which is only known as Shaddow. None of you know me nor do I know any of you. I simply know I have a match against this Triple B. You may win if you wish Triple B but you will regret it if you do. I suggest you just fight a decent fight and lay down for the three count or else you will wind up like the Shaddow you once knew.

 

Just when you think you’ve figured out Shaddow he is killed and replaced by his executioner. All that I touch shall die as the one you knew as Shaddow did today. This is a new era of Shaddow one that none shall bother messing with. Blackson himself knows just who I am and I sadistic I have been in the past.

 

Can this get any worse you, ask yourself. Yes it can, it can get much worse than this. You could be the target of my hit list but you aren’t or are you. The time is here and now and the list shall be revealed as the victims fall to my mercy. Surrender now or pay with your life after this one. Sercombe to my rule and by free from the punishment otherwise awaiting you.

 

Truly wicked is one that has no master for he can do anything he wishes. He merely has to think of your destruction and he can make it so. He has no climax of skill it will never quit growing. The older and feebler a man without a master gets the wiser and deadly he becomes. Are you safe or has the safety in your life merely been an illusion of the mind? One will only know with time. Time you can’t afford to waste…

 

With that the camera fades to black on a new Shaddow.

 R.I.P.

1980-2003