<xmp><body><!--'"</title></head>--> <script type="text/javascript"> ////// Compete ///////////////////// __compete_code = '667f89f26d96c30e99728fe6a608804d'; (function () { var s = document.createElement('script'), d = document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0], t = 'https:' == document.location.protocol ? 'https://c.compete.com/bootstrap/' : 'http://c.compete.com/bootstrap/'; s.src = t + __compete_code + '/bootstrap.js'; s.type = 'text/javascript'; s.async = 'async'; if (d) { d.appendChild(s); } })(); ////// Quantcast ///////////////////// function channValidator(chann) { return (typeof(chann) == 'string' && chann != ''); } function lycosQuantcast(){ var lb = ""; if(typeof(cm_host) !== 'undefined' && channValidator(cm_host)){ lb += cm_host.split('.')[0] + '.'; } if(typeof(cm_taxid) !== 'undefined' && channValidator(cm_taxid)){ lb += cm_taxid; lb = lb.replace('/',''); } else { lb = lb.replace('.',''); } return lb; } var _qevents = _qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" :"http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ qacct:"p-6eQegedn62bSo", labels:lycosQuantcast() }); /////// Google Analytics var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-21402695-21']); _gaq.push(['_setDomainName', 'angelfire.com']); _gaq.push(['_setCustomVar', 1, 'member_name', 'super2/archives', 3]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); ////// Lycos Initialization ///////////////////// var lycos_ad = Array(); var lycos_search_query = ""; var lycos_onload_timer; var cm_role = "live"; var cm_host = "angelfire.lycos.com"; var cm_taxid = "/memberembedded"; var angelfire_member_name = "super2/archives"; var angelfire_member_page = "super2/archives/secretboards/atari2600/a-team_p3.html"; var angelfire_ratings_hash = "1371717873:ff59d852d175af8f127c4c4238ece2fb"; var lycos_ad_category = {"dmoz":"computers\/emulators","ontarget":"&CAT=technology&L2CAT=computing","find_what":"email me"}; var lycos_ad_remote_addr = "54.242.233.11"; var lycos_ad_www_server = "www.angelfire.lycos.com"; var edit_site_url = "www.angelfire.lycos.com/landing/landing.tmpl?utm_source=house&utm_medium=landingpage&utm_campaign=toolbarlink"; ////// Criteo ///////////////////// var cto_conf = { a:true, i: "294", c:"img", kw: "" } ; (function (){ var c = document.createElement("script"); c.type = "text/javascript"; c.async = true; c.src = "http://www.angelfire.com/adm/js/partner/criteo_ld_kw.js"; var s = document.getElementsByTagName("body")[0]; s.appendChild(c); })(); </script> <script type="text/javascript" src="http://scripts.lycos.com/catman/init.js"></script> <script type="text/javascript"> (function(isV) { if (!isV) { return; } //this.lycos_search_query = lycos_get_search_referrer(); var adMgr = new AdManager(); var lycos_prod_set = adMgr.chooseProductSet(); var slots = ["leaderboard", "leaderboard2", "toolbar_image", "toolbar_text", "smallbox", "top_promo", "footer2"]; var adCat = this.lycos_ad_category; adMgr.setForcedParam('page', (adCat && adCat.dmoz) ? adCat.dmoz : 'member'); if (this.lycos_search_query) { adMgr.setForcedParam("keyword", this.lycos_search_query); } else if (adCat && adCat.find_what) { adMgr.setForcedParam('keyword', adCat.find_what); } for (var s in slots) { var slot = slots[s]; if (adMgr.isSlotAvailable(slot)) { this.lycos_ad[slot] = adMgr.getSlot(slot); } } adMgr.renderHeader(); adMgr.renderFooter(); }((function() { var w = 0, h = 0, minimumThreshold = 300; if (top == self) { return true; } if (typeof(window.innerWidth) == 'number' ) { w = window.innerWidth; h = window.innerHeight; } else if (document.documentElement && (document.documentElement.clientWidth || document.documentElement.clientHeight)) { w = document.documentElement.clientWidth; h = document.documentElement.clientHeight; } else if (document.body && (document.body.clientWidth || document.body.clientHeight)) { w = document.body.clientWidth; h = document.body.clientHeight; } return ((w > minimumThreshold) && (h > minimumThreshold)); }()))); window.onload = function() { var f = document.getElementById("lycosFooterAd"); var b = document.getElementsByTagName("body")[0]; b.appendChild(f); f.style.display = "block"; document.getElementById('lycosFooterAdiFrame').src = '/adm/ad/footerAd.iframe.html'; // Slider Injection (function() { var e = document.createElement('iframe'); e.style.border = '0'; e.style.margin = 0; e.style.display = 'block'; e.style.cssFloat = 'right'; e.style.height = '254px'; e.style.overflow = 'hidden'; e.style.padding = 0; e.style.width = '300px'; e.src = '/adm/ad/sliderAd.iframe.html'; var sliderBlock = document.getElementById('lyslider-adblock-wrapper'); var sliderHolder = document.getElementById('lyslider-adblock-holder'); var sliderClose = document.getElementById('lyslider-adblock-close'); sliderBlock.style.display = 'block'; sliderClose.onclick = function() { sliderBlock.parentNode.removeChild(sliderBlock); return false; } var iframeOnload = function() { setTimeout((function sliiide() { var s = (window.getComputedStyle) ? parseInt(getComputedStyle(sliderHolder).right) : parseInt(sliderHolder.currentStyle.right); if (s <= 0) { sliderHolder.style.right = (s + 6) + 'px'; setTimeout(sliiide, 10); } else { sliderHolder.style.right = '0px'; sliderClose.style.display = 'block'; } }), 1000); } if (e.attachEvent) { e.attachEvent('onload', iframeOnload); } else { e.addEventListener('load', iframeOnload, false); } sliderHolder.insertBefore(e, sliderHolder.firstChild); })(); } </script> <style> #body .adCenterClass{margin:0 auto} </style> <div style="background:#abe6f6; border-bottom:1px solid #507a87; position:relative; z-index:9999999"> <div class="adCenterClass" style="display:block!important; overflow:hidden; width:916px;"> <a href="http://www.angelfire.lycos.com/" title="Angelfire.com: build your free website today!" style="display:block; float:left; width:186px; border:0"> <img src="/adm/ad/angelfire-freeAd.jpg" alt="Site hosted by Angelfire.com: Build your free website today!" style="display:block; border:0" /> </a> <script type="text/javascript">document.write(lycos_ad['leaderboard']);</script> </div> </div> <!-- ///////////////////////////////////// --> <div id="lyslider-adblock-wrapper" style="display:none; height:300px; overflow:hidden; position:absolute; right:0; top:150px; width:320px; z-index:99999999; "> <div id="lyslider-adblock-holder" style="background-color:#888; height:250px; margin-bottom:25px; padding:4px; position:absolute; right:-320px; top:10px; width:300px; "> <a id="lyslider-adblock-close" href="#" style="background-color:#222; bottom:-19px; color:#fff; display:block; font:10px Arial, Helvetica, Sans-serif; padding:4px; position:absolute; right:0; text-decoration:none; z-index:9999999999">Close Ad</a> </div> </div> <div id="lycosFooterAd" style="background:#abe6f6; border-top:1px solid #507a87; clear:both; display:none; position:relative; z-index:9999999"> <div class="adCenterClass" style="display:block!important; overflow:hidden; width:936px;"> <div id="aflinksholder" style="float:left; width:186px;"> <a href="http://www.angelfire.lycos.com/" title="Angelfire.com: build your free website today!" style="display:block; border:0"> <img src="/adm/ad/angelfire-freeAd2.jpg" alt="Site hosted by Angelfire.com: Build your free website today!" style="display:block; border:0" /> </a> <div style="text-align:center"> <span style="color:#393939!important; font-size:12px!important; position:relative; top:-6px"> Sponsored by </span> <a href="http://www.listen.com/disty/index.jsp?from=lycos" target="_blank"> <img src="http://af.lygo.com/d/toolbar/sponsors/rhapsody_logo.jpg" alt="sponsor logo" title="Rhapsody"/> </a> </div> </div> <iframe id="lycosFooterAdiFrame" style="border:0; display:block; float:left; height:96px; overflow:hidden; padding:0; width:750px"></iframe> </div> </div> <noscript> <img src="http://www.angelfire.com/doc/images/track/ot_noscript.gif?rand=662885" alt="" width="1" height="1" /> <!-- BEGIN STANDARD TAG - 728 x 90 - Lycos - Angelfire Fallthrough - DO NOT MODIFY --> <iframe frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="728" height="90" src="http://ad.yieldmanager.com/st?ad_type=iframe&amp;ad_size=728x90&amp;section=280303"></iframe> <!-- END TAG --> </noscript> <!-- Start Ybrant tracker --> <img src="http://ad.yieldmanager.com/pixel?id=1901600&t=2" width="1" height="1" /> <!-- End Ybrant tracker --> <!-- Start Datonics --> <script type="text/javascript" src="http://ads.pro-market.net/ads/scripts/site-132783.js"></script> <!-- End Datonics --> <!-- Start Chango --> <script type="text/javascript"> var __cho__ = {"pid":1694}; (function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = true; c.src = document.location.protocol + '//cc.chango.com/static/o.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(c, s); })(); </script> <!-- End Chango --> </xmp>
GameFAQs Message Boards: Action - Atari 2600
A-Team, The
Message Board
Game Info | Reviews
THIS GAME HAS MR. T IN IT FOR GOoDNESS SAKES!!!!!!!!!!!!!!!!!!
Scum (32): Board List | Topic List | Post New Message | Log Out | FAQ
Previous Page | Page 3 of 4 | Next Page
From: Crimson blade | Posted: 2/6/2002 3:18:59 PM | Message Detail
MR.T Ownz
---
"The god of death is back again."-Duo Maxwell
http://pub39.ezboard.com/bdragonballsocialboard
From: edgarleo | Posted: 2/10/2002 7:21:23 AM | Message Detail
He r0x0rs your b0x0rs-lol(if you're a lady, I suppose).
---
Founder and Co-Leader of the Pro-T Movement
www.protmovement.com |www.geocities.com/shinjibeast |HEIL T!!
From: outbreakorn | Posted: 2/27/2002 2:21:42 AM | Message Detail
?!?!?!
---
Lock the door, kill the light, No one's coming home tonight. It's getting colder. Locked in a place where no one goes~****ing Tool
From: edgarleo | Posted: 2/27/2002 7:13:03 PM | Message Detail
Yup. HEIL T!!
---
Founder and Co-Leader of the Pro-T Movement
www.protmovement.com |www.geocities.com/shinjibeast |HEIL T!!
From: Scum | Posted: 3/4/2002 7:00:18 AM | Message Detail
Oh, Mr. T doesn't seem like the picky type. Except when it comes to anchovies. Don't nobody like an-chovies.
From: edgarleo | Posted: 3/4/2002 3:18:35 PM | Message Detail
Yeah, they suck.
---
Founder and Co-Leader of the Pro-T Movement
www.protmovement.com |www.geocities.com/shinjibeast |HEIL T!!
From: Hommie G | Posted: 3/6/2002 2:24:11 PM | Message Detail
indeed
---
You point that in my face again, and i'll stick it up your nose!-Mr.T
/-=-=-=-Proud member of the World Map clan-=-=-=-\ <SFA>
From: mouse53149 | Posted: 3/11/2002 6:38:12 PM | Message Detail
I am a proud member of the Pro-T Movement!
HEIL T!!!
---
I wanna see the Resident Evil movie!
From: Abused Rib | Posted: 3/17/2002 4:17:51 PM | Message Detail
Cool, this is pretty old.
From: edgarleo | Posted: 3/17/2002 7:19:00 PM | Message Detail
Yup. Not to mention that Mr. T rules!!!
---
Founder and Co-Leader of the Pro-T Movement
www.protmovement.com |www.geocities.com/shinjibeast |HEIL T!!
From: Scum | Posted: 3/18/2002 8:43:29 PM | Message Detail
Yep, you don't even have to say it since it is implied simply by breathing, but it never hurts.
From: Jumbo Cactuar | Posted: 3/29/2002 5:10:59 PM | Message Detail
T is invicible.Thats why T is da main letter in da alphabet.
---
I pity da foo'!
From: edgarleo | Posted: 3/29/2002 9:10:17 PM | Message Detail
Yup. The other letters run and hide like suckas when they see T!
---
Founder and Co-Leader of the Pro-T Movement
www.protmovement.com |www.geocities.com/shinjibeast |HEIL T!!
From: edgarleo | Posted: 3/29/2002 9:13:06 PM | Message Detail
Gah! (looks at Ed the Moogle's profile).

That's too bad-you were a cool T! supporter...
---
Founder and Co-Leader of the Pro-T Movement
www.protmovement.com |www.geocities.com/shinjibeast |HEIL T!!
From: ssj spud | Posted: 4/4/2002 1:10:33 PM | Message Detail
::begins to chant::
MR T MR T MR T MR T etc
---
if you destroy all who oppose you, you will eventually destroy your self
From: Mayhem REX | Posted: 4/4/2002 2:05:01 PM | Message Detail
lets go to other boards and spread the joy of T
---
Be still thy beating heart~Kain
From: edgarleo | Posted: 4/5/2002 11:17:34 AM | Message Detail
Heh. My sig says it all...
---
Founder and Co-Leader of the Pro-T Movement
www.protmovement.com |www.geocities.com/shinjibeast |HEIL T!!
From: Scum | Posted: 4/7/2002 3:50:32 PM | Message Detail
Yeah, that's too bad. And his topic was purged, too...
From: edgarleo | Posted: 4/7/2002 8:17:42 PM | Message Detail
But at least he'll live on in this topic.

If you're out there on a different name, EdTheMoogle, come here and post. We wouldn't tell or anything.
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: mouse53149 | Posted: 4/10/2002 10:31:50 PM | Message Detail
HEIL T!!!!
---
The Resident Evil Movie Rocked!
From: Medea | Posted: 4/14/2002 11:34:57 PM | Message Detail
Maybe you won't tell, but I will.

---
"If you would be unloved and forgotten, be reasonable." -- Eliot Rosewater
From: edgarleo | Posted: 4/15/2002 5:08:06 PM | Message Detail
Sucka.
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: FBI Porker | Posted: 4/17/2002 12:01:14 AM | Message Detail
No he doesn't suck.
---
|¯ |¯) | . |¯)|¯| |¯) | / |_¯ |¯)
|¯ |_) | . |¯ |_| |¯\ | \.|__ |¯\
From: Bloemfontein | Posted: 4/17/2002 8:57:25 PM | Message Detail
Read my sig.

Mr. T + Saturday Night Live = unstoppable force
---
Mr. T: Hello, boys and girls. The new word for today.. is "pain". Sing the song! - (SNL 10/2/82)
From: edgarleo | Posted: 4/20/2002 4:20:12 PM | Message Detail
Heh. Very nice.
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: Scum | Posted: 4/20/2002 10:26:45 PM | Message Detail
Stay in milk, and drink your school.
From: Medea | Posted: 4/21/2002 7:33:23 PM | Message Detail
I'm through with drinking buildings. It really isn't very healthy.

---
"Well, remember what you said, because in a day or two, I'll have a witty and blistering retort! You'll be devastated THEN!" --Calvin
From: edgarleo | Posted: 4/21/2002 8:50:02 PM | Message Detail
OR, Drink your drugs and don't do milk.
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: Scum | Posted: 4/24/2002 10:27:38 PM | Message Detail
Drinking buildings is good for you though, lots of iron. And concrete.
From: Dynamo X | Posted: 5/3/2002 11:50:49 PM | Message Detail
Mr.T for President!!!
------------
Mr.T says you newbies are crazier than Murdock.
From: mouse53149 | Posted: 5/4/2002 10:16:42 PM | Message Detail
Heil T!!! Heil T!!!
---
Think Different
From: Redlof | Posted: 5/11/2002 5:10:38 PM | Message Detail
Stay in drugs, drink plenty of school, and don't do milk.
---
"If you say something that's both interesting and intelligent enough for people to quote, then your name will be remembered forever."~unknown
From: Rammstein Forever | Posted: 5/13/2002 6:51:56 PM | Message Detail
"I pity da foo who don't play 'dis game!"
---
"Ma-Manager!? Oh, M-Mr. Strickland. I LOVE YOU!"
- Hank Hill (King of the Hill) after being promoted.
From: edgarleo | Posted: 5/19/2002 12:15:09 PM | Message Detail
lol-just wondering, who here actually played this game?

I know I haven't.

And...everybody post!
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: Scum | Posted: 5/20/2002 10:53:01 PM | Message Detail
"But the tryouts are over."

"I tried, now I'm going to knock you out!"

SNL T is cool...
From: Dynamo X | Posted: 5/22/2002 11:42:48 PM | Message Detail
You suckas don't even say anything on tuesday you crazy foos
From: Dynamo X | Posted: 5/30/2002 3:08:25 PM | Message Detail
Mr.T+Beatem up game=Best game ever
Note to self buy rights to the Mr.T game.
From: SECRETB0ARDP0LICE | Posted: 6/3/2002 12:42:23 AM | Message Detail
If it has Mr. T, it's a must-buy.
---
Secret Board Police ™
Steadily enforcing non-existent laws all over the secret boards...
From: edgarleo | Posted: 6/5/2002 10:59:51 AM | Message Detail
Mmmm...Mr. T+game=helluva tough.
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: Hommie G | Posted: 6/9/2002 8:03:48 PM | Message Detail
MR.T and SHAQ = INVINCIBLE T-TAG TEAM
---
<SFA>
From: Scythe Zero | Posted: 6/10/2002 9:35:16 PM | Message Detail
Love your site edgarleo.

Anyone see the new T commercials?
---
SSBM-286 Trophies
SA2:B-168 Emblems
From: edgarleo | Posted: 6/10/2002 9:56:35 PM | Message Detail
Heh. Thanks.

Yeah, I've seen them (the newest one being T! on the lawnmower with the hedge design being his head. Genius).
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: TheBleedingNun | Posted: 6/15/2002 11:39:52 PM | Message Detail
Let this be my active post while my Karma warms itself up.
From: SecretGameSeeker | Posted: 6/21/2002 4:42:16 AM | Message Detail
no *steals your active post*
From: edgarleo | Posted: 6/23/2002 11:25:37 AM | Message Detail
*oump* *eats your active post*
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: Interceptor | Posted: 6/25/2002 1:07:12 AM | Message Detail
*eats your warm karma*
From: Child of Polemos | Posted: 6/29/2002 2:01:18 PM | Message Detail
I love this topic more and more every day.
From: edgarleo | Posted: 6/29/2002 6:57:58 PM | Message Detail
That's cause it's great.
---
Founder and Co-Leader of the Pro-T Movement HEIL T!!
www.protmovement.com | www.geocities.com/shinjibeast
From: Scum | Posted: 6/29/2002 8:33:03 PM | Message Detail
Anyone seen that one commercial for like the Wisconsin insurance place or something with T in it? I don't know why they show that, I don't live in Wisconsin. That's Packer land.
From: outbreakorn | Posted: 7/5/2002 7:03:20 PM | Message Detail
yum
---
I'M BACK!!
OUTBREAKORN!!!
Jump to Page: 1 | 2 | 3 | 4

Copyright 1995-2002 GameFAQs
Feel free to link to this page, but not directly to the FAQs.
Why not? Read this!