WHOIS Service

playbaseballclassics.com - information about domain

  • Server Status: available
  • Server IP: 209.237.150.20
  • Server Response Time: 461ms

Site title

Baseball Classics Baseball Game | Baseball Board Game

Keywords

baseball board game, baseball classics, baseball game, baseball games, baseball board games, stratomatic, stratomatic baseball, tabletop baseball game, free baseball game, play baseball game, major league baseball

Description

Baseball Classics Baseball Board Game - Play Baseball Games with Major League Baseball players based on their true performance

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
playbaseballclassics.com IN NS 49052 dns1.registeredsite.com
playbaseballclassics.com IN NS 49052 dns2.registeredsite.com
playbaseballclassics.com IN NS 49052 dns3.registeredsite.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<HTML>
<HEAD>
<TITLE>Baseball Classics Baseball Game | Baseball Board Game</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Robots" CONTENT="index,follow">
<META NAME="Author" CONTENT="Baseball Classics Webmaster">
<META NAME="Copyright" CONTENT="Baseball Classics 1986">
<META NAME="Date" CONTENT="December 2009">
<META NAME="Description" CONTENT="Baseball Classics Baseball Board Game - Play Baseball Games with Major League Baseball players based on their true performance">
<META NAME="Keywords" CONTENT="baseball board game, baseball classics, baseball game, baseball games, baseball board games, stratomatic, stratomatic baseball, tabletop baseball game, free baseball game, play baseball game, major league baseball"><meta name="revisit" content="15 days">
<SCRIPT TYPE="text/javascript">
<!--
function F_loadRollover(){} function F_roll(){}
//-->
</SCRIPT>
<script type="text/javascript" src="./assets/rollover.js"></script>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="./html/fusion.css"><LINK REL="STYLESHEET" TYPE="text/css" HREF="./html/style.css"><LINK REL="STYLESHEET" TYPE="text/css" HREF="./html/site.css"><STYLE TYPE="text/css" TITLE="NOF_STYLE_SHEET">
<!--
body { margin:0px; }
div#LayoutLYR { float:left; position:absolute; }
div#Picture596LYR { position:absolute; top:75px; left:25px; width:1111px; height:773px; z-index:1 }
div#Service2LYR { position:absolute; visibility:hidden; top:1009px; left:1037px; width:88px; height:41px; z-index:2 }
div#Text1002LYR { position:absolute; top:977px; left:110px; width:827px; height:16px; z-index:3 }
div#Text1012LYR { position:absolute; top:997px; left:110px; width:827px; height:16px; z-index:4 }
div#Text1013LYR { position:absolute; top:1025px; left:407px; width:242px; height:12px; z-index:5 }
div#Text1028LYR { position:absolute; top:860px; left:40px; width:960px; height:95px; z-index:6 }
div#Text1031LYR { position:absolute; top:1043px; left:129px; width:237px; height:19px; z-index:7 }
div#Picture579LYR { position:absolute; top:29px; left:1063px; width:33px; height:33px; z-index:8 }
div#Text1035LYR { position:absolute; top:736px; left:38px; width:164px; height:73px; z-index:9 }
div#Text1036LYR { position:absolute; top:698px; left:295px; width:121px; height:76px; z-index:10 }
div#Text1037LYR { position:absolute; top:698px; left:541px; width:111px; height:95px; z-index:11 }
div#Text1038LYR { position:absolute; top:697px; left:788px; width:213px; height:38px; z-index:12 }
div#NavigationBar5LYR { position:absolute; top:17px; left:51px; width:992px; height:44px; z-index:13 }

div#Picture585LYR { position:absolute; top:29px; left:1103px; width:33px; height:33px; z-index:14 }
div#Text1039LYR { position:absolute; top:698px; left:71px; width:99px; height:19px; z-index:15 }
div#Text1042LYR { position:absolute; top:1041px; left:384px; width:256px; height:22px; z-index:16 }
div#Text1045LYR { position:absolute; top:1044px; left:663px; width:263px; height:19px; z-index:17 }
div#Text1046LYR { position:absolute; top:1076px; left:250px; width:515px; height:19px; z-index:18 }
-->
</STYLE>

<SCRIPT TYPE="text/javascript">
<!--
var hwndPopup_27b5;
function openpopup_27b5(url){
var popupWidth = 300;
var popupHeight = 300;
var popupTop = 300;
var popupLeft = 300;
var isFullScreen = false;
var isAutoCenter = false;
var popupTarget = "popupwin_27b5";
var popupParams = "toolbar=0, scrollbars=0, menubar=0, status=0, resizable=0";

if (isFullScreen) {
    popupParams += ", fullscreen=1";
} else if (isAutoCenter) {
    popupTop    = parseInt((window.screen.height - popupHeight)/2);
    popupLeft    = parseInt((window.screen.width - popupWidth)/2);
}

var ua = window.navigator.userAgent;
var isMac = (ua.indexOf("Mac") > -1);

//IE 5.1 PR on OSX 10.0.x does not support relative URLs in pop-ups the way they're handled below w/ document.writeln
if (isMac && url.indexOf("http") != 0) {
  url = location.href.substring(0,location.href.lastIndexOf('\/')) + "/" + url;
}

var isOpera = (ua.indexOf("Opera") > -1);
var operaVersion;
if (isOpera) {
    var i = ua.indexOf("Opera");
    operaVersion = parseFloat(ua.substring(i + 6, ua.indexOf(" ", i + 8)));
    if (operaVersion > 7.00) {
        var isAccessible = false;
        eval("try { isAccessible = ( (hwndPopup_27b5 != null) && !hwndPopup_27b5.closed ); } catch(exc) { } ");
        if (!isAccessible) {
            hwndPopup_27b5 = null;
        }
    }
}
if ( (hwndPopup_27b5 == null) || hwndPopup_27b5.closed ) {
    
    if (isOpera && (operaVersion < 7)) {
        if (url.indexOf("http") != 0) {
            hwndPopup_27b5 = window.open(url,popupTarget,popupParams + ((!isFullScreen) ? ", width=" + popupWidth +", height=" + popupHeight : ""));
            if (!isFullScreen) {
                hwndPopup_27b5.moveTo(popupLeft, popupTop);
            }
            hwndPopup_27b5.focus();
            return;
        }
    }
    if (!(window.navigator.appName == "Netscape" && !document.getElementById)) {
        //not ns4
        popupParams += ", width=" + popupWidth +", height=" + popupHeight + ", left=" + popupLeft + ", top=" + popupTop;
    } else {
        popupParams += ", left=" + popupLeft + ", top=" + popupTop;
    }
    //alert(popupParams);
    hwndPopup_27b5 = window.open("",popupTarget,popupParams);
    if (!isFullScreen) {
        hwndPopup_27b5.resizeTo(popupWidth, popupHeight);
        hwndPopup_27b5.moveTo(popupLeft, popupTop);
    }
    hwndPopup_27b5.focus();
    with (hwndPopup_27b5.document) {
        open();
        write("<ht"+"ml><he"+"ad></he"+"ad><bo"+"dy onLoad=\"window.location.href='" + url + "'\"></bo"+"dy></ht"+"ml>");
        close();
    }
} else {
    if (isOpera && (operaVersion > 7.00)) {
        eval("try { hwndPopup_27b5.focus();    hwndPopup_27b5.location.href = url; } catch(exc) { hwndPopup_27b5 = window.open(\""+ url +"\",\"" + popupTarget +"\",\""+ popupParams + ", width=" + popupWidth +", height=" + popupHeight +"\"); } ");
    } else {
        hwndPopup_27b5.focus();
        hwndPopup_27b5.location.href = url;
    }
}

}

-->
</SCRIPT>
</HEAD>
<BODY STYLE="background-color: rgb(255,255,255); background-image: none;">
    <DIV ID="LayoutLYR"><DIV ID="Picture596LYR"><A HREF="./html/baseball_classics.html"><IMG ID="Picture596" HEIGHT="773" WIDTH="1111" SRC="./assets/images/Next_Gen_Baseball_Game_060111.gif" BORDER="0" ALT="Baseball Classics Baseball Game" TITLE="Baseball Classics Baseball Game" USEMAP="#map0"><MAP NAME="map0" ID="map0"><AREA SHAPE="RECT" ALT="" TITLE="" COORDS="845,1,1111,211" HREF="./html/egame.html"><AREA SHAPE="RECT" ALT="" TITLE="" COORDS="1,622,244,771" HREF="./html/mvp_edition.html"><AREA SHAPE="RECT" ALT="" TITLE="" COORDS="250,624,490,769" HREF="./html/vortex_edition.html"><AREA SHAPE="RECT" ALT="" TITLE="" COORDS="499,623,740,770" HREF="./html/matrix_edition.html"><AREA SHAPE="RECT" ALT="" TITLE="" COORDS="748,661,989,769" HREF="./html/free_egame.html"><AREA SHAPE="RECT" ALT="" TITLE="" COORDS="520,570,755,601" HREF="./html/egame.html"><AREA SHAPE="RECT" ALT="Baseball Classics Baseball Game" TITLE="Baseball Classics Baseball Game" COORDS="0,0,1110,772" HREF="./html/baseball_classics.html"></MAP></A></DIV><DIV ID="Service2LYR">
    <NOF SRV="SRV"><script src="http://webservices.websitepros.com/003AB061C7D6D6542ECCBEA1D63DD23A"></script></NOF>
    </DIV><DIV ID="Text1002LYR" CLASS="TextObject" STYLE="font-family: 'Arial Narrow', sans-serif; color: rgb(0,0,0); padding-top: 2px; border-top: 1px solid rgb(0,0,0);">
    <P STYLE="text-align: center; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Arial Narrow', sans-serif;"><SPAN STYLE="font-size: 10pt;">Shop the Baseball Classics <A HREF="./html/store.html"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 10pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">Store</SPAN></U></A> or call 1-952-908-4090 to order&nbsp;-&nbsp;Baseball Game Play Ages 9 to Adult&nbsp;-&nbsp; Baseball Classics P.O. Box 6011&nbsp;Naperville, IL 60567-601</SPAN>1</SPAN></P>
    </DIV><DIV ID="Text1012LYR" CLASS="TextObject" STYLE="font-family: 'Arial Narrow', sans-serif; color: rgb(0,0,0); padding-top: 2px;">
    <P STYLE="text-align: center; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Arial Narrow', sans-serif;"><SPAN STYLE="font-size: 10pt;">See all of our Baseball Classics Baseball Board Games editions.&nbsp;Comments? Questions? Check out our <A HREF="./html/faq.html"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 10pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">FAQ</SPAN></U></A> or you can also e-mail us at: <A HREF="mailto:sales@playbaseballclassics.com"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 10pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">sales@playbaseballclassics.com</SPAN></U></A></SPAN></SPAN></P>
    </DIV><DIV ID="Text1013LYR" CLASS="TextObject">
    <P STYLE="text-align: center; margin-bottom: 0px;"><B><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: xx-small;">Copyright &#169; 2011 Baseball Classics &#169; All rights reserved</SPAN></B></P>
    </DIV><DIV ID="Text1028LYR" CLASS="TextObject">
    <P STYLE="margin-bottom: 0px;"><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt;"><I>&#8220;<A HREF="http://playbaseballclassics.com"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">Baseball Classics</SPAN></U></A> is so well-produced, and its product line of current and historical teams and players so complete, that they&#8217;ve turned back the clock to a time when baseball simulations began and ended with addictive and gorgeously made board games. How sad my expensive pile of video games seems now that I&#8217;ve found something that&#8217;s simply more fun to play. I hope you&#8217;ll continue with this high level of imagination and dedication for years to come.&#8221;</I><BR><B>-- Robert L.<BR>-- Washington, DC</B></SPAN></P>
    </DIV><DIV ID="Text1031LYR" CLASS="TextObject" STYLE="background-image: none; background-repeat: no-repeat; background-position: center;">
    <P STYLE="text-align: center; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: medium;"><SPAN STYLE="font-size: 12pt;">Stats courtesy of </SPAN><A HREF="http://www.baseball-almanac.com/index.shtml" TARGET="_blank"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">Baseball Almanac</SPAN></U></A></SPAN></P>
    </DIV><DIV ID="Picture579LYR"><A TARGET="_self" HREF="javascript:openpopup_27b5('http://www.facebook.com/pages/Baseball-Classics-Baseball-Game/42738582062#!/pages/Baseball-Classics-Baseball-Game/42738582062?v=info')"><IMG ID="Picture579" HEIGHT="33" WIDTH="33" SRC="./assets/images/facebook.PNG" BORDER="0" ALT="Visit us on Facebook" TITLE="Visit us on Facebook"></A></DIV><DIV ID="Text1035LYR" CLASS="TextObject" STYLE="background-color: transparent;">
    <P STYLE="text-align: left; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 10pt;"><SPAN STYLE="font-size: 12pt;">Pinpoint player<BR>result accuracy<BR>in 1 dice roll.<BR></SPAN>.</SPAN></P>
    </DIV><DIV ID="Text1036LYR" CLASS="TextObject">
    <P STYLE="text-align: center;"><B><SPAN STYLE="font-family: 'Century Gothic', Arial, Helvetica, Geneva, Sans-serif; font-size: 12pt;">Vortex Edition</SPAN></B></P>
    <P STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 14px; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 12pt;">Lightning fast, <BR>whirlwind play.</SPAN></P>
    </DIV><DIV ID="Text1037LYR" CLASS="TextObject">
    <P STYLE="text-align: center;"><B><SPAN STYLE="font-family: 'Century Gothic', Arial, Helvetica, Geneva, Sans-serif; font-size: 12pt;">Matrix Edition</SPAN></B></P>
    <P STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 14px; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 12pt;">Dynamic.<BR>Dramatic.<BR>3-D play.</SPAN></P>
    </DIV><DIV ID="Text1038LYR" CLASS="TextObject">
    <P STYLE="text-align: center; margin-bottom: 0px;"><B><SPAN STYLE="font-family: 'Century Gothic', Arial, Helvetica, Geneva, Sans-serif; font-size: 12pt;">Try it Free<BR></SPAN></B><A HREF="./html/free_egame.html"><SPAN STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 10pt;">Free Trial Download</SPAN></A><U><SPAN STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 10pt; color: rgb(0,0,255);"></SPAN></U><SPAN STYLE="font-family: 'Lucida Sans Unicode', Arial, Helvetica, Sans-serif; font-size: 10pt;">.&nbsp;Play today.</SPAN></P>
    </DIV><DIV ID="NavigationBar5LYR" STYLE="text-align: center;">
    <TABLE ID="NavigationBar5" BORDER="0" BGCOLOR="#C0C0C0" CELLSPACING="0" CELLPADDING="0" WIDTH="992" STYLE="text-align: center;">
        <TR VALIGN="TOP" ALIGN="LEFT">
            <TD WIDTH="124"><A HREF="./index.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton1','',0);F_roll('NavigationButton1',1)" onmouseout="F_roll('NavigationButton1',0)"><IMG ID="NavigationButton1" NAME="NavigationButton1" HEIGHT="44" WIDTH="124" SRC="./Home_light_gradiated.gif" onmouseover="F_loadRollover(this,'Home_dark_gradiated.gif',0)" BORDER="0" ALT="Home" TITLE="Home"></A></TD>
            <TD WIDTH="124"><A HREF="./html/store.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton2','',0);F_roll('NavigationButton2',1)" onmouseout="F_roll('NavigationButton2',0)"><IMG ID="NavigationButton2" NAME="NavigationButton2" HEIGHT="44" WIDTH="124" SRC="./Web_Store_light_gradiated.gif" onmouseover="F_loadRollover(this,'Web_Store_dark_gradiated.gif',0)" BORDER="0" ALT="Store" TITLE="Store"></A></TD>
            <TD WIDTH="124"><A HREF="./html/baseball_classics.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton3','',0);F_roll('NavigationButton3',1)" onmouseout="F_roll('NavigationButton3',0)"><IMG ID="NavigationButton3" NAME="NavigationButton3" HEIGHT="44" WIDTH="124" SRC="./Baseball_Classics_light_gradiated.gif" onmouseover="F_loadRollover(this,'Baseball_Classics_dark_gradiated.gif',0)" BORDER="0" ALT="Baseball Classics" TITLE="Baseball Classics"></A></TD>
            <TD WIDTH="124"><A HREF="./html/mvp_edition.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton4','',0);F_roll('NavigationButton4',1)" onmouseout="F_roll('NavigationButton4',0)"><IMG ID="NavigationButton4" NAME="NavigationButton4" HEIGHT="44" WIDTH="124" SRC="./MVP_light_gradiated.gif" onmouseover="F_loadRollover(this,'MVP_dark_gradiated.gif',0)" BORDER="0" ALT="MVP Edition" TITLE="MVP Edition"></A></TD>
            <TD WIDTH="124"><A HREF="./html/vortex_edition.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton5','',0);F_roll('NavigationButton5',1)" onmouseout="F_roll('NavigationButton5',0)"><IMG ID="NavigationButton5" NAME="NavigationButton5" HEIGHT="44" WIDTH="124" SRC="./Vortex_light_gradiated.gif" onmouseover="F_loadRollover(this,'Vortex_dark_gradiated.gif',0)" BORDER="0" ALT="Vortex Edition" TITLE="Vortex Edition"></A></TD>
            <TD WIDTH="124"><A HREF="./html/matrix_edition.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton6','',0);F_roll('NavigationButton6',1)" onmouseout="F_roll('NavigationButton6',0)"><IMG ID="NavigationButton6" NAME="NavigationButton6" HEIGHT="44" WIDTH="124" SRC="./Matrix_light_gradiated.gif" onmouseover="F_loadRollover(this,'Matrix_dark_gradiated.gif',0)" BORDER="0" ALT="Matrix Edition" TITLE="Matrix Edition"></A></TD>
            <TD WIDTH="124"><A HREF="./html/free_egame.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton7','',0);F_roll('NavigationButton7',1)" onmouseout="F_roll('NavigationButton7',0)"><IMG ID="NavigationButton7" NAME="NavigationButton7" HEIGHT="44" WIDTH="124" SRC="./FREE_eGame_light_gradiated.gif" onmouseover="F_loadRollover(this,'FREE_eGame_dark_gradiated.gif',0)" BORDER="0" ALT="FREE eGame" TITLE="FREE eGame"></A></TD>
            <TD WIDTH="124" HEIGHT="44"><A HREF="./html/testimonials.html" style="cursor:hand; text-decoration:none;" onmouseover="F_loadRollover('NavigationButton8','',0);F_roll('NavigationButton8',1)" onmouseout="F_roll('NavigationButton8',0)"><IMG ID="NavigationButton8" NAME="NavigationButton8" HEIGHT="44" WIDTH="124" SRC="./Testimonials_light_gradiated.gif" onmouseover="F_loadRollover(this,'Testimonials_dark_gradiated.gif',0)" BORDER="0" ALT="Testimonials" TITLE="Testimonials"></A></TD>
        </TR>
    </TABLE>
    </DIV><DIV ID="Picture585LYR"><A TARGET="_self" HREF="javascript:openpopup_27b5('http://www.twitter.com/PlayBaseClassic')"><IMG ID="Picture585" HEIGHT="33" WIDTH="33" SRC="./assets/images/Follow_us_on_Twitter.gif" BORDER="0" ALT="Follow us on Twitter" TITLE="Follow us on Twitter"></A></DIV><DIV ID="Text1039LYR" CLASS="TextObject">
    <P STYLE="text-align: center; margin-bottom: 0px;"><B><SPAN STYLE="font-family: 'Century Gothic', Arial, Helvetica, Geneva, Sans-serif; font-size: 12pt;">MVP Edition</SPAN></B></P>
    </DIV><DIV ID="Text1042LYR" CLASS="TextObject" STYLE="background-image: none; background-repeat: no-repeat; background-position: center;">
    <P STYLE="text-align: center; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: medium;"><SPAN STYLE="font-size: 12pt;">Based on</SPAN> <A HREF="http://mlb.com"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">Major League Baseball</SPAN></U></A> <SPAN STYLE="font-size: 12pt;">Teams</SPAN></SPAN></P>
    </DIV><DIV ID="Text1045LYR" CLASS="TextObject" STYLE="background-image: none; background-repeat: no-repeat; background-position: center;">
    <P STYLE="text-align: center; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt;">Links to sites for <A HREF="http://baseballgames.dreamhosters.com/BbLinks.htm"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">baseball games</SPAN></U></A></SPAN></P>
    </DIV><DIV ID="Text1046LYR" CLASS="TextObject" STYLE="background-color: rgb(255,255,255); background-image: none; background-repeat: no-repeat; background-position: center;">
    <P STYLE="text-align: center; margin-bottom: 0px;"><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt;">Find Baseball Classics Baseball Game on <A TARGET="_self" HREF="javascript:openpopup_27b5('http://www.facebook.com/pages/Baseball-Classics-Baseball-Game/42738582062#!/pages/Baseball-Classics-Baseball-Game/42738582062?v=info')"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">Facebook</SPAN></U></A> and follow us on <A HREF="http://www.twitter.com/PlayBaseClassic"><U><SPAN STYLE="font-family: 'Arial Narrow', sans-serif; font-size: 12pt; color: rgb(0,0,255); font-weight: normal; font-style: normal;">Twitter</SPAN></U></A></SPAN></P>
    </DIV></DIV>
</BODY>
</HTML>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...