| Related sites for http://www.miniaturetrading.com |
| The_41st_Millenium A public forum for a variety of Science Fiction games including Warhammer 40,000, Inquisitor, and BFG. | | Tablegamer Fan page for Dirtside, Stargrunt, Twilight Imperium, Starmada and other table top war games. | | Tulsa_Area_Wargame_Confederation Dedicated to historical wargaming in the Tulsa area. | | The_Vault Contains rules, articles, and galleries from all of the Games Workshop product range. | | Wargaming_Page_of_Richard_Lee Wargaming site for distribution and support of free wargames rules written by Richard Lee. Included are ancient naval and skirmish rules. Scenarios for these and other rules are also included. | | Warlord! Includes rules downloads, covering historical and non-historical periods. | | Yahoo!_Groups__Warhammer_40K_Japan Discussions for clubs in the region. | | Archipelago Fantasy marine based war and trading game. | | Darkness_of_Silverfall Space combat and conquest game set in a realistic 3 dimensional unlimited galaxy. | | It\'s_Not_All_Football Personal homepage detailing turn by turn accounts of the various play by mail teams that the site owner manages and runs. | | Mech_Mayhem A PBM of robot combat in the near future. Contains general and technical information. | | The_Playbook_for_Everything_Gameplan Directory of Gameplan related sites, the American football play-by-mail system in the UK. | | Seadogs_and_Darlings Historical roleplaying game set during the reign of Queen Elizabeth where social standing is of utmost importance. | | Baseball_Board_Games Offers information on various baseball games. | | CSE_Games Features information on combination card game/boardgame versions of football, basketball, soccer and other sports. | | Cycling_Board_Games Directory of boardgames about bicycling. Includes photos and descriptions. | | Fantastic_games Features information on a rugby trivia game. Includes ordering information. | | Pride_Games Features descriptions of sports trivia games. | | Simulation_Sports Presents a football board game that can also be played from a computer. A discussion of the differences between Paydirt and Red-Zone, and also includes ordering information. | | Tipp-Kick_Soccer Ordering information, rules, and news. | | American_Continental_Table_Hockey_League A multiple game league located in Hoboken New Jersey. | | Best_of_Seven_Tabletop_Hockey_League_(THL) Located in Saskatoon, Saskatchewan and plays on the "Tournament" games made by Best Of Seven Games Ltd. | | Canadian_Table_Hockey_Association A non-profit organization comprised of table hockey players and enthusiasts residing in Canada who are committed to the advancement of competitive Stiga table hockey. | | Chicago_Table_Hockey_League Established in 1965-66, this long running league plays on modified Coleco and Eagle games. | | International_Table_Hockey_Federation An international body that governs international Stiga tournaments as well as a world wide ranking system. | | Lethbridge_Table_Hockey_Association A Stiga league in Lethbridge, Alberta. | | Let\'s_Play_Hockey_International_Table_Hockey_Championships A large international Stiga event in Las Vegas, Nevada, USA. | | Nashville_Table_Hockey_League Pictures, play dates and general table hockey information. | | Norges_Bordhockey_Allianse Information on the Norwegian championship, scheduling, and results from tournaments. | | Table_Hockey_Heaven Features hundre's of table hockey games made over the years as well as articles and polls. | | TableHockeyCentral_Com An online store that also features game tips, table hockey history, plus a selection of various game photos. | | United_States_Table_Hockey_Association A non-profit organization comprised of table hockey players and enthusiasts residing in The United States who are committed to the advancement of the sport of competitive Stiga table hockey. | | US_Stiga_Open An annual Stiga tournament in Lemont, IL, USA. | | Apolyton_CS_Forums_-_Civ3-Multiplaying Discussion forum for Civ III PtW multiplayer matchmaking and general discussion about the subject. | | Civilization_Fanatics\'_Forums_-_Civ3_-_Multiplayer_&_PBEM Bulletin board for matchmaking Civ III PtW multiplayer sessions and general chatter about the subject. | | Arcade_Video_Game_Central Fan site has news and sections for Marvel vs. Capcom and Streetfighter. | | badcp Commentary and analysis of the video game industry, fighting games, shooting games, action games, hardware, and artwork. | | Benjamin\'s_Video_Game_Homepage Briefly reviews all the main "next-gen" consoles. | | Brett\'s_Video_Game_Collection Provides a collection of classic video games. There is also a free online NES price guide and NES Rarity list. | | Console_Database Information on various systems as well as cheats, FAQs, reviews and message boards. |
|
Welcome to Miniature Trading! at Miniature Tradingvar lang_id=1;var site_id = 2; Miniature Trading
Let us find for you the miniatures you needyour datasign upminiatures you haveminiatures you wantyour messagesyour accounttradessearch for a miniaturelook for tradesyour tradesreferencesBad Trader Reportscommunitymembers listminiature reviews armiesforumsinvite a friendaffiliatesgive your opinionresourcesFAQlinksTrade Cards OnlineLet us find for you the cards you need communicate randomly with people around the world:throw a message in a bottle [sign up] / [login]Welcome to Miniature Trading! Help // remote scripting library // (c) copyright 2005 modernmethod, inc var sajax_debug_mode = false; var sajax_request_type = "POST"; var sajax_target_id = ""; var sajax_failure_redirect = ""; function sajax_debug(text) { if (sajax_debug_mode) alert(text); } function sajax_init_object() { sajax_debug("sajax_init_object() called..") var A; var msxmlhttp = new Array( 'Msxml2.XMLHTTP.5.0', 'Msxml2.XMLHTTP.4.0', 'Msxml2.XMLHTTP.3.0', 'Msxml2.XMLHTTP', 'Microsoft.XMLHTTP'); for (var i = 0; i < msxmlhttp.length; i++) { try { A = new ActiveXObject(msxmlhttp[i]); } catch (e) { A = null; } } if(!A && typeof XMLHttpRequest != "undefined") A = new XMLHttpRequest(); if (!A) sajax_debug("Could not create connection object."); return A; } var sajax_requests = new Array(); function sajax_cancel() { for (var i = 0; i < sajax_requests.length; i++) sajax_requests[i].abort(); } function sajax_do_call(func_name, args) { var i, x, n; var uri; var post_data; var target_id; var sent_time; sajax_debug("in sajax_do_call().." + sajax_request_type + "/" + sajax_target_id); target_id = sajax_target_id; if (typeof(sajax_request_type) == "undefined" || sajax_request_type == "") sajax_request_type = "GET"; uri = "/ajax.php"; if (sajax_request_type == "GET") { if (uri.indexOf("?") == -1) uri += "?rs=" + escape(func_name); else uri += "&rs=" + escape(func_name); uri += "&rst=" + escape(sajax_target_id); uri += "&rsrnd=" + new Date().getTime(); for (i = 0; i < args.length-1; i++) { if (args[i] instanceof Object) { args[i] = JSON.stringify(args[i]); } uri += "&rsargs[]=" + escape(args[i]); } post_data = null; } else if (sajax_request_type == "POST") { post_data = "rs=" + escape(func_name); post_data += "&rst=" + escape(sajax_target_id); post_data += "&rsrnd=" + new Date().getTime(); for (i = 0; i < args.length-1; i++) { if (args[i] instanceof Object) { args[i] = JSON.stringify(args[i]); } post_data = post_data + "&rsargs[]=" + escape(args[i]); } } else { alert("Illegal request type: " + sajax_request_type); } x = sajax_init_object(); sent_time = new Date(); if (x == null) { if (sajax_failure_redirect != "") { location.href = sajax_failure_redirect; return false; } else { sajax_debug("NULL sajax object for user agent:n" + navigator.userAgent); return false; } } else { x.open(sajax_request_type, uri, true); if (sajax_debug_mode && (sajax_request_type == "GET")) { window.open(uri); } sajax_requests[sajax_requests.length] = x; if (sajax_request_type == "POST") { x.setRequestHeader("Method", "POST " + uri + " HTTP/1.1"); x.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); } x.onreadystatechange = function() { if (x.readyState != 4) return; sajax_debug("received " + x.responseText); var status; var data; var txt = x.responseText.replace(/^s*|s*$/g,""); status = txt.charAt(0); data = txt.substring(2); if (status == "") { // let's just assume this is a pre-response bailout and let it slide for now } else if (status == "-") alert("Error: " + data); else { if (target_id != "") document.getElementById(target_id).innerHTML = eval(data); else { try { var callback; var extra_data = false; if (typeof args[args.length-1] == "object") { callback = args[args.length-1].callback; extra_data = args[args.length-1].extra_data; } else { callback = args[args.length-1]; } var return_time = new Date(); var call_duration = (return_time.getTime()-sent_time.getTime()); sajax_debug('duration: '+call_duration); callback(eval(data), extra_data, {'duration':call_duration, 'status':x.status}); } catch (e) { sajax_debug("Caught error " + e + ": Could not eval " + data ); } } } } } sajax_debug(func_name + " uri = " + uri + "/post = " + post_data); x.send(post_data); sajax_debug(func_name + " waiting.."); delete x; return true; } // wrapper for report_content function x_report_content() { sajax_do_call("report_content", x_report_content.arguments); } ReportManager = new ContentReportManager('card_reviews', 'http://MiniatureTrading.com/im/showCardReview/review_id/3808', 1);When viewing Miniature Reviews and Armies, you can now get a list of your favorite ones with just a click. The new option lets you list those contributions that you have given a high rating (you have voted them with a 4 or a 5). This way you can easily go back to your favorite reviews or armies at any moment.
So, keep voting for your favorite items and come back to them often to discuss them with others!Access your favoritesWhen viewing Miniature Reviews and Armies you can now get a list of those ones you liked the most. [read more...]Updated Trading GuidelinesWe have updated our Official Trading Guidelines, please check them now! [read more...]Share what you do with your friends!We want you to share what you do here at Miniature Trading with all your friends and pals. We're making it easier for you with a little sharing toolbox. [read more...]Track your Trades!You can now track and manage all the trades you make in our site and check the status of them all at any moment. [read more...]165,000 miniatures offered for trade!Over 700 active usersInformation about more than 16,000 different miniaturesTrading offered for 15 games and over 210 expansion sets Monsterpocalypse Star Wars Pocketmodel TCG Axis & Allies Halo ActionClix[See complete list here]These are the latest expansion sets added to our collectible miniature games:March 15, 2010: War At Sea Starter Set for Axis & AlliesFebruary 1, 2010: Monster Manual: Savage Encounters for Dungeons&DragonsJanuary 10, 2010: Dark Times for Star WarsDecember 15, 2009: Early War 1939-1941 for Axis & AlliesOctober 11, 2009: Monsterpocalypse Now - Promotional for Monsterpocalypse[See complete list here]Here on MiniatureTrading you can find everything you need if you are interested in the miniature hobby. You can easily find information about trading pieces and reviews. This is why we at PokerListings.com, the guide to all the poker rooms are supporting MiniatureTrading in their work to bring you all this amazing material.This is the place to find all those collectible miniatures you need. You can trade, buy and sell miniatures, safely and easily. All you need is here, together with a great community of miniature players and collectors. Please explore the site and all its many features!How to use this siteonline casino www.onlinecasinobluebook.com - online casino gambling guide to popular online casinos, plus reviews and rankings. www.onlinecasinobluebook.com also features a guide to free online casino cashCoupon Codes - couponrefund.com is the best way to find online coupon codes. enter these discount codes at the checkout page of listed merchants for instant discounts.Online Sports Betting http://www.sportsbook.com - sports betting at sportsbook.com HMS Interceptor, This ship really lives up to her name.written by davyjones General description:
OK, after my review on the Paradox, we are going to switch over to the English side of the DPotC set. Alright, HMS Interceptor is the fastest ship in the Caribbean sea, or so it says so on the back story. With it's base speed... ... [read more] Fleet "Spanish Suprise" - 45 Points for Pirates CSGbuilt by mynd I like to play with La Santa Isabel, I usually used it as a treasure runner, but I like to mix it up too.
This fleet is similar to one that I sprung on my opponents after they grew complacent about my always running treasure.
La Santa Isabel is a fast gunship (SLS) with rank 2 cannons (thanks to Luis Zuan) and the possibility for same action twice (thanks to Castro) The Contessa is aboard to give you extra points for the events. Blanco keeps you honest on points allowed on the ship. The musketeer is just to add insult to injury when you open up with your double action 2 guns on someone. You also have favor of the gods in case you get mermaided and mermaids to slow your opponent down if he has you at a disadvantage. Also divers is along in case your gunship catches his treasure ship sleeping.
La Monarca is a basic treasure runner.
Mynd 1 x Capitan Alarico Castro [PofSM: SC-001, Crew, R] 1 x Explorer [PofR: 128, Crew, C] 1 x Divers [PofR: 020B, Event, C] [see more...]NewsMarch 19, 2010: Access your favoritesWhen viewing Miniature Reviews and Armies, you can now get a list of your favorite ones with just a click. The new option lets you list those contributions that you have given a high rating (you have voted them with a 4 or a 5). This way you can easily go back to your favorite reviews or armies at any moment.
So, keep voting for your favorite items and come back to them often to discuss them with others!top February 28, 2010: Updated Trading GuidelinesWe have updated our Official Trading Guidelines to incorporate the use of our new Tracked Trades system.Please read the guidelines again and make sure to follow them and to always use our Tracked Trades for all your trades and other transactions on our site. Only this way will you get the maximum protection available online.top February 16, 2010: Share what you do with your friends!We want you to share what you do here at Miniature Trading with all your friends and pals. Let them all know about the articles you find interesting and show off about the ones you have created yourself!
To make it easier for you to bookmark and share things in your social networks, we have added a nifty little toolbox where you can do that with just a click:
Share|
You can let everyone know about your own armies. You can discuss in your favorite social network the miniature reviews you like or dislike. And you can also share your own public page so that others are always up to date with what you do here at Miniature Trading.
top January 7, 2010: Track your Trades!The new Tracked Trade system lets you track and manage all the trades that you arrange in our site and have them controlled at all moments.With this system every detail of each trade gets registered so that there aren't any misunderstandings. It has lots of advantages compared with a normal trade and we encourage you all to start using it right away.Any time you contact another user, you will now have a form that lets you register and send this user a trade offer.
Please read the help and, as always, let us know what you think of it.top Previous NewsPurposeIf you are looking for that miniature you are missing to finish your collection, or for that perfect deck, Miniature Trading is the right place.In Miniature Trading we specialize in collectible miniature games and we provide the most comprehensive database of miniatures available on the Internet.Here we will search for the person who has the miniatures you are looking for, and who is ready to trade them for what you have, and we will put you in contact with him or her.You won't have to visit different forums ever so often in search for messages related to the trade you want to make. You just register, enter the miniatures that you have and those that you want, and our system will let you know automatically whenever another user offers for trading the collectible miniatures you are looking for.Register yourself and try it! It's FREE! And convenient!For more information and some advice on trading collectible miniatures using MiniatureTrading.com, click hereYou also have a multiple forums and chat rooms where you can discuss with other collectors and players of collectible and trading miniature games all the topics of your interest.And with the new system of Tracked Trades you have a useful tool to register and keep track of your trades, and to know who has already traded successfully multiple times and is therefore more trustworthy.And don't forget to spread the word and tell all your friends and colleagues about Miniature Trading, so that all miniatures for trade get listed here and are available for your trading pleasure!top [versión española]search for a miniature |miniatures you have |miniatures you want |look for tradesyour messages |references |miniature reviews |forumsaffiliates |links |advertise with us |help[Total time spent: 0.031] [Total queries executed: 3 in 0.0043 seconds] Search: Our PollDo you track your trades?More info... Yes. I do not accept trades that are not tracked! Yes, unless the other user doesn't want to. Yes. If the other user requests it. No, unless the other user requests it. No. I never track my trades. I don't know.See results 2002-2010 © MiniatureTrading.com All rights reserved.Contact us here.[Web development by Clemente Zamora.] Spanish version at www.cambiaminiaturas.com The information presented on this site about games and collectible miniatures, both literal and graphical, are copyright by their respective copyright owners (WizKids LLC, Sabertooth Games, Games Workshop Ltd., Wizards of the Coast Inc, etc.). This web is not produced, endorsed, supported, or affiliated with any of the copyright owners.var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src="http://www.miniaturetrading.com/" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));try {var pageTracker = _gat._getTracker("UA-8135851-3");pageTracker._trackPageview();} catch(err) {} |
|