WHOIS Service

wireville.com - information about domain

  • Server Status: available
  • Server IP: 198.65.247.142
  • Server Response Time: 270ms

Site title

Wireville : Index

Keywords

Heard on the Street,WIREVILLE,Wireville,wireville,Belden,BICSI,Bisbee,BOMA,PVC,cabling products,CAT 5,CAT 5e,CAT 6,CAT 7,Category 5,Category 6,Category 7,CMP,CMP-50,Copper,Daikin,DuPont,EIA,FEP,fiber optics,fire safety,Fluke,Hazmat,HOTS,IEEE,Jacketing,LAN

Description

WIREVILLE - the #1 info source for datacom cabling with the Heard On The Street monthly column, news, and trends. Find articles and hotlinks to network cabling solutions for copper, coax, and fiber. Stay on top of the latest standards, new products, and t

Alexa information

Alexa rank: 8,740,628

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
wireville.com IN A 198.65.247.142 10545

Server Location

Site source

Show / hide source
                
<html>


    <head>
        <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
        <title> Wireville : Index</title>
        <meta name="description" content="WIREVILLE - the #1 info source for datacom cabling with the Heard On The Street monthly column, news, and trends. Find articles and hotlinks to network cabling solutions for copper, coax, and fiber. Stay on top of the latest standards, new products, and technology. From teletype to terabits, voice to data, training to testing, BICSI to NECA, Fire Safety to current codes, the information superhighway begins in Wireville. Free Internet Directory for the cabling industry, generic cable specs, and the total calendar of events. Get the news you can use. Wireville is the most widely read cabling news and issues publication available. More than 100,000 readers use the H.O.T.S. news column to stay on top of who's up and what's happening.">
<meta name="keywords" content="Heard on the Street,WIREVILLE,Wireville,wireville,Belden,BICSI,Bisbee,BOMA,PVC,cabling products,CAT 5,CAT 5e,CAT 6,CAT 7,Category 5,Category 6,Category 7,CMP,CMP-50,Copper,Daikin,DuPont,EIA,FEP,fiber optics,fire safety,Fluke,Hazmat,HOTS,IEEE,Jacketing,LAN cable,Lead poisoning,Limited Combustible Cable,Mohawk,NAIOP,Network cable,NFPA,OSHA,plenum cable,premise wiring,RJ 45,STP,structured cabling systems,Teflon,Teflon FEP,UL cable listings,unshielded twisted pair,UTP,wiring">
        <csactionitem name="20417ED5"></csactionitem>
        <csactionitem name="16DDF7F0"></csactionitem>
        <csscriptdict>
            <script><!--
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
    idxArray[i] = i;
CSAction2(CSInit, idxArray);}
function CSClickReturn () {
    var bAgent = window.navigator.userAgent;
    var bAppName = window.navigator.appName;
    if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
        return true; // dont follow link
    else return false; // dont follow link
}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false;
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0);  }
CSIImg=false;
function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images[i].id) document.images[i].id=document.images[i].name; } CSIImg = true;}}
function CSFindElement(n,ly) { if (CSBVers<4) return document[n];
    if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));}
    var curDoc = ly?ly.document:document; var elem = curDoc[n];
    if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
    return elem;
}
function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):document.images[n]);} else {return null;}}
CSDInit=false;
function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n[i].id);}}}
function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n[i].childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}}
function CSFetchStyle(sc, id) {
    var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));}
    return "";
}
function CSGetStyleAttrValue (si, id) {
    var s=si.toUpperCase();
    var myID=id.toUpperCase()+":";
    var id1=s.indexOf(myID);
    if (id1==-1) return "";
    s=s.substring(id1+myID.length+1,si.length);
    var id2=s.indexOf(";");
    return ((id2==-1)?s:s.substring(0,id2));
}
function CSSetCSS2Props(si, id) {
    var el=document.getElementById(id);
    if (el==null) return;
    var style=document.getElementById(id).style;
    if (style) {
        if (style.left=="") style.left=CSGetStyleAttrValue(si,"left");
        if (style.top=="") style.top=CSGetStyleAttrValue(si,"top");
        if (style.width=="") style.width=CSGetStyleAttrValue(si,"width");
        if (style.height=="") style.height=CSGetStyleAttrValue(si,"height");
        if (style.visibility=="") style.visibility=CSGetStyleAttrValue(si,"visibility");
        if (style.zIndex=="") style.zIndex=CSGetStyleAttrValue(si,"z-index");
    }
}
function CSURLPopupShow(formName, popupName, target) {
    var form  = (!IsIE()&&CSBVers>=5)?document.forms[formName]:CSFindElement(formName);
    var popup = form.elements[popupName];
    window.open(popup.options[popup.selectedIndex].value, target);
    popup.selectedIndex = 0;
}
CSLoopIsRunning = false; CSFctArray = new Array; CSTimeoutID = null;
function CSLoop() {
    CSLoopIsRunning = false;
    for (i=0;i<CSFctArray.length;i++) {
        var curFct = CSFctArray[i];
        if (curFct)    {
            if (curFct.DoFunction(curFct)) { CSLoopIsRunning = true; curFct.counter++; }
            else CSFctArray[i] = 0;
        }
    }
    if (CSLoopIsRunning) CSTimeoutID = setTimeout("CSLoop()", 1);
}
function CSStartFunction(fct,data) {
    if (!CSLoopIsRunning) { CSFctArray = 0; CSFctArray = new Array; }
    var fctInfo = new Object;
    fctInfo.DoFunction = fct; fctInfo.counter = 0; fctInfo.data = data;
    CSFctArray[CSFctArray.length] = fctInfo;
    if (!CSLoopIsRunning) CSLoop();
}
function CSStopFunction(sceneName) {
    var i;
    for (i=0;i<CSFctArray.length;i++) {
        var curFct = CSFctArray[i];
        if (curFct){ if (curFct.data.name == sceneName){ CSFctArray[i] = 0; return; } }
    }
}
function CSStopComplete() {
    if (CSTimeoutID == null) return;
    clearTimeout (CSTimeoutID); CSLoopIsRunning = false; CSTimeoutID = null;
}
function CSSetStylePos(s,d,p) {
    if (CSIsW3CDOM)d==0?document.getElementById(s).style.left=p+"px":document.getElementById(s).style.top=p+"px";
    else if(IsIE())(d==0)?CSIEStyl(s).posLeft=p:CSIEStyl(s).posTop=p;
    else (d==0)?CSNSStyl(s).left=p:CSNSStyl(s).top=p;
}
function CSGetStylePos(s,d) {
    if (CSIsW3CDOM){CSIDOM();return parseInt((d==0)?document.getElementById(s).style.left:document.getElementById(s).style.top);}
    else if (IsIE()) {CSIEWinInit();return(d==0)?CSIEStyl(s).posLeft:CSIEStyl(s).posTop;}
    else {return (d==0)?CSNSStyl(s).left:CSNSStyl(s).top;}
}
CSIEWInit=false;
function CSIEWinInit() { if(CSIEWInit==true) return; else CSIEWInit=true; if (IsIE()&&(CSAg.indexOf("Win")!=-1)&&CSBVers==4) { var i=0; var lyr=document.all.tags("div")[i++]; while(lyr) {lyr.style.posLeft=lyr.offsetLeft; lyr.style.posTop=lyr.offsetTop; lyr=document.all.tags("div")[i++];}}}
function CSSetStyleVis(s,v) {
    if (CSIsW3CDOM){CSIDOM();document.getElementById(s).style.visibility=(v==0)?"hidden":"visible";}
    else if(IsIE())CSIEStyl(s).visibility=(v==0)?"hidden":"visible";
    else CSNSStyl(s).visibility=(v==0)?'hide':'show';
}
function CSGetStyleVis(s) {
    if (CSIsW3CDOM) {CSIDOM();return(document.getElementById(s).style.visibility=="hidden")?0:1;}
    else if(IsIE())return(CSIEStyl(s).visibility=="hidden")?0:1;
    else return(CSNSStyl(s).visibility=='hide')?0:1;
}
function CSSetStyleDepth(s,depth) {
    if (CSIsW3CDOM)document.getElementById(s).style.zIndex=depth;
    else if (IsIE())CSIEStyl(s).zIndex=depth;
    else CSNSStyl(s).zIndex=depth;
}
function CSGetStyleDepth(s) {
    if (CSIsW3CDOM){CSIDOM();return document.getElementById(s).style.zIndex;}
    else if (IsIE())return (CSIEStyl(s).zIndex);
    else return (CSNSStyl(s).zIndex);
}
CSSeqArray = new Array;
function CSSeqActionFct(seq,loopCount,continueLoop) {
    if ((seq.loop < 2) || ((loopCount % 2) != 0)) {
        for (var i=0;i<seq.actionCount;i++) {
            if (seq.actions[3*i + 1] <= seq.frame) {
                if ((loopCount > 1) && (seq.actions[3*i + 1] < seq.start)) continue;
                if (seq.actions[3*i + 2] < loopCount) {
                    seq.actions[3*i + 2] = loopCount; CSLoopIsRunning = true;
                    CSAction(new Array(seq.actions[3*i + 0])); continueLoop = true;
                }
            } else { continueLoop = true; break; }
        }
    } else {
        for (var i=seq.actionCount-1;i>=0;i--) {
            if (seq.actions[3*i + 1] > seq.frame) {
                if (seq.actions[3*i + 1] > seq.end) continue;
                if (seq.actions[3*i + 2] < loopCount) {
                    seq.actions[3*i + 2] = loopCount; CSLoopIsRunning = true;
                    CSAction(new Array(seq.actions[3*i + 0])); continueLoop = true;
                }
            } else { continueLoop = true; break; }
        }
    }
    return continueLoop;
}
function CSSeqFunction(fctInfo)
{
    var seq = fctInfo.data; var oldFrame = seq.frame;
    var newTicks = (new Date()).getTime();
    seq.frame = Math.round((seq.fps * (newTicks - seq.startTicks)/1000.0) - 0.5);
    var continueLoop  = false; var loopCount = 1;

    if (seq.loop > 0) {
        continueLoop = true;
        if (seq.loop == 1) {
            var iv = (seq.end - seq.start);
            var f = Math.round(((seq.frame - seq.start) / iv) - 0.5);
            if (f < 0) f = 0;
            loopCount = f+1;
            seq.frame = seq.start + ((seq.frame - seq.start) % (seq.end - seq.start));
        } else {
            var iv = (seq.end - seq.start);
            var f = Math.round(((seq.frame - seq.start) / iv) - 0.5);
            if (f < 0) f = 0;
            loopCount = f+1;
            f = (seq.frame - seq.start) % (2 * iv);
            if (f > iv) f = 2*iv - f;
            seq.frame = seq.start + f;
        }
    }
    continueLoop = CSSeqActionFct(seq,loopCount,continueLoop);
    for (var i=0;i<seq.tracks.length;i++) {
        var track = seq.tracks[i]; var frameCount = 0; var lastCount = 0; var partCount = 0;
        var partIdx = track.parts.ticks.length;
        for (var k=0;k<track.parts.ticks.length;k++) {
            frameCount += track.parts.ticks[k];
            if (frameCount > seq.frame) { partIdx = k; partCount = seq.frame - lastCount; break; }
            lastCount = frameCount;
        }
        if (partIdx < track.parts.ticks.length) {
            var type=track.parts.moveType[partIdx];
            if(type==1) CSSetLinearPos (track, partIdx, partCount);
            else if(type==2) CSSetCurvePos (track, partIdx, partCount);
            else if(type==3) if (oldFrame != seq.frame) CSSetRandomPos (track, partIdx, partCount);
                             else { x = CSGetStylePos(track.layer,0); y = CSGetStylePos(track.layer,1); }
            CSSetStyleVis(track.layer,track.parts.visibilities[partIdx]);
            CSSetStyleDepth(track.layer,track.parts.depths[partIdx]);
            continueLoop = true;
        } else {
            var partIdx = track.parts.moveType.length-1;
            var posArray = track.parts.positions;
            var x = posArray[partIdx * 6 + 0]; var y = posArray[partIdx * 6 + 1];
            CSSetStylePos(track.layer,0,x); CSSetStylePos(track.layer,1,y);
            CSSetStyleVis(track.layer,track.parts.visibilities[partIdx]);
            CSSetStyleDepth(track.layer,track.parts.depths[partIdx]);
        }
    }
    return continueLoop;
}
function CSSetLinearPos (track, partIdx, partCount) {
    var curTicks = track.parts.ticks[partIdx];
    var pIdx1 = partIdx * 6; var pIdx2 = (partIdx+1) * 6;
    var posArray = track.parts.positions;
    var x = posArray[pIdx1 + 0]; var y = posArray[pIdx1 + 1];
    var x1,x2,y1,y2;
    var factor = partCount/curTicks;
    x1 = x; y1 = y;
    x2 = posArray[pIdx2 + 0]; y2 = posArray[pIdx2 + 1];
    x = x1 * (1-factor) + x2 * factor; y = y1 * (1-factor) + y2 * factor;
    CSSetStylePos(track.layer,0,x); CSSetStylePos(track.layer,1,y);
}
function CSSetCurvePos (track, partIdx, partCount) {
    var curTicks = track.parts.ticks[partIdx];
    var pIdx1 = partIdx * 6; var pIdx2 = (partIdx+1) * 6;
    var posArray = track.parts.positions;
    var x = posArray[pIdx1 + 0]; var y = posArray[pIdx1 + 1];
    var x1,x2,x3,x4,y1,y2,y3,y4;
    var factor = partCount/curTicks;
    var t = factor; var u = t * t; var v = u * t;
    var val1 = 3*(u-t) - v + 1; var val2 = 3*(v+t - 2*u); var val3 = 3*(u-v); var val4 = v;
    x1 = x; y1 = y; x2 = posArray[pIdx1 + 2]; y2 = posArray[pIdx1 + 3];
    x3 = posArray[pIdx1 + 4]; y3 = posArray[pIdx1 + 5];
    x4 = posArray[pIdx2 + 0]; y4 = posArray[pIdx2 + 1];
    x = x1 * val1 + x2 * val2 + x3 * val3 + x4 * val4;
    y = y1 * val1 + y2 * val2 + y3 * val3 + y4 * val4;
    CSSetStylePos(track.layer,0,x); CSSetStylePos(track.layer,1,y);
}
function CSSetRandomPos (track, partIdx, partCount) {
    var curTicks = track.parts.ticks[partIdx];
    var pIdx1 = partIdx * 6; var pIdx2 = (partIdx+1) * 6;
    var posArray = track.parts.positions;
    var x = posArray[pIdx1 + 0]; var y = posArray[pIdx1 + 1];
    var x1,x2,y1,y2;
    var factor = partCount/curTicks;
    x1 = x; y1 = y;
    x2 = posArray[pIdx2 + 0]; y2 = posArray[pIdx2 + 1];
    var factorx = Math.random(); var factory = Math.random();
    x = x1 * (1-factorx) + x2 * factorx; y = y1 * (1-factory) + y2 * factory;
    CSSetStylePos(track.layer,0,x); CSSetStylePos(track.layer,1,y);
}
function CSStartSeq(name) {
    var seq = CSGetScene(name); var date = new Date()
    seq.startTicks = date.getTime()
    for (var i=0;i<seq.actionCount;i++) seq.actions[3*i+2] = 0;
    CSStartFunction(CSSeqFunction,seq);
}
function CSSceneObj (name,fps,loop,start,end,frame,sTicks,numAct,acts,tracks) {
    this.name=name;this.fps=fps;this.loop=loop;this.start=start;this.end=end;
    this.frame=frame;this.startTicks=sTicks;this.actionCount=numAct;
    this.actions=acts;this.tracks=tracks;
}
function CSTrackObj (name,partIdx,partCount,parts) {
    this.layer=name;this.partIdx=partIdx;this.partCount=partCount;this.parts=parts;
}
function CSPartObj (ticks,pos,depths,vis,moveType) {
    this.ticks=ticks;this.positions=pos;this.depths=depths;this.visibilities=vis;
    this.moveType=moveType;
}
function CSGetScene (name) {
    for (i=0;i<CSSeqArray.length;i++) { var seq = CSSeqArray[i]; if (seq.name==name) return seq; }
    return 0;
}
function CSAutoStartScene(action) { CSStartSeq (action[1]); }
CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) {
    var result;
    for (var i=0;i<array.length;i++) {
        if(CSStopExecution) return false;
        var aa = fct[array[i]];
        if (aa == null) return false;
        var ta = new Array;
        for(var j=1;j<aa.length;j++) {
            if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
                if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
                else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
                else ta[j]=aa[j];}
            } else ta[j]=aa[j];
        }
        result=aa[0](ta);
    }
    return result;
}
CSAct = new Object;
function CSFixFct() {
    var d = document; var w = window;
    if (d.cs.csFix.w != w.innerWidth || d.cs.csFix.h != w.innerHeight) {
        d.location = d.location; }
}
function CSNSFix(action) {
    var d = document; var w = window;
    if ((navigator.appName == 'Netscape') && (parseInt(navigator.appVersion) == 4)) {
        if (typeof d.cs == 'undefined') {
            d.cs = new Object;
            d.cs.csFix = new Object;
        } else if (CSIsFrame (w) == true) CSFixFct();
        d.cs.csFix.w = w.innerWidth;
        d.cs.csFix.h = w.innerHeight;
        window.onresize = CSFixFct;
      }
}
function CSIsFrame (window) {
    var rootWindow = window.parent;
    if (rootWindow == 'undefined') return false;
    for (i = 0; i < rootWindow.frames.length; i++)
        if (window == rootWindow.frames[i]) return true;
    return false;
}
CSImages=new Array();
function CSPreloadImage(action) {
    if (document.images) { CSImages[CSImages.length]=new Image(); CSImages[CSImages.length-1].src=action[1]; }
}
function CSOpenPositionWindow(action) {
// Matt Ridley, Dec. '98
    var wf = "";
    wf = wf + "width=" + action[3];
    wf = wf + ",height=" + action[4];
    wf = wf + ",resizable=" + (action[5] ? "yes" : "no");
    wf = wf + ",scrollbars=" + (action[6] ? "yes" : "no");
    wf = wf + ",menubar=" + (action[7] ? "yes" : "no");
    wf = wf + ",toolbar=" + (action[8] ? "yes" : "no");
    wf = wf + ",directories=" + (action[9] ? "yes" : "no");
    wf = wf + ",location=" + (action[10] ? "yes" : "no");
    wf = wf + ",status=" + (action[11] ? "yes" : "no");
    wf = wf + ",left=" + action[12];
    wf = wf + ",top=" + action[13];
    window.open(action[1],action[2],wf);
}

// --></script>
        </csscriptdict>
        <style media="screen" type="text/css"><!--
#layer1      {
    position:  absolute;
    top:        5px;
    left:       591px;
    width:      180px;
    height:     40px;
    visibility: visible }

#logoinfo              { background-color: #d3d3d3; position: absolute; z-index: 2; top: 0px; left: 460px; width: 319px; height: 86px; visibility: hidden }
--></style>
        <csactiondict>
            <script><!--
CSSeqArray[CSSeqArray.length] = new CSSceneObj(/*CMP*/"Scene 1",15,1,0,267,0,0,0,new Array(),new Array(new CSTrackObj(/*CMP*/"logoinfo",0,0,new CSPartObj(new Array(106,160,0),new Array(460,0,0,0,0,0,460,0,0,0,0,0,460,0,0,0,0,0),new Array(2,2,2),new Array(0,1,0),new Array(1,1,1)))));
CSInit[CSInit.length] = new Array(CSAutoStartScene,/*CMP*/'Scene 1');
CSInit[CSInit.length] = new Array(CSNSFix);
CSInit[CSInit.length] = new Array(CSPreloadImage,/*URL*/ 'images/Hots.gif');
CSAct[/*CMP*/ '70951D13'] = new Array(CSOpenPositionWindow,/*URL*/ 'noindex/searchpage.html','',345,95,false,false,false,false,false,false,false,0,0);

// --></script>
        </csactiondict>
        <csactions>
            <csaction name="20417ED5" class="Netscape CSS Fix" type="onload"></csaction>
            <csaction name="16DDF7F0" class="Preload Image" type="onload" val0="images/Hots.gif" urlparams="1"></csaction>
            <csaction name="70951D13" class="Open Window 1.1" type="onevent" val0="noindex/searchpage.html" val1="" val2="345" val3="95" val4="false" val5="false" val6="false" val7="false" val8="false" val9="false" val10="false" val11="0" val12="0" urlparams="1"></csaction>
        </csactions>
        <cssequencer default="0">
            <cssequence name="Scene 1" fps="15" loop="on" start="0" end="267" autoplay="on">
                <cstrack layer="layer1" parts="0,591,5,,1,1,#ccccff"></cstrack>
                <cstrack layer="logoinfo" parts="0,460,0,2,0,1,#ccccff,106,460,0,2,1,1,#ccccff,266,460,0,2,0,1,#ccccff"></cstrack>
            </cssequence>
        </cssequencer>
        <link rel="stylesheet" href="wire.css">
    </head>

    <body bgcolor="#cccccc" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" onload="CSScriptInit();">
        <div align="left">
            <div id="layer1">
                <div align="right">
                    <font color="white">
                        <SCRIPT language=JavaScript>
<!-- Begin
var months=new Array(13);
months[1]="January";
months[2]="February";
months[3]="March";
months[4]="April";
months[5]="May";
months[6]="June";
months[7]="July";
months[8]="August";
months[9]="September";
months[10]="October";
months[11]="November";
months[12]="December";
var time=new Date();
var lmonth=months[time.getMonth() + 1];
var date=time.getDate();
var year=time.getYear();
if (year < 2000)
year = year + 1900;
document.write("<FONT FACE=Arial, HELVETICA, SANS-SERIF SIZE=3>" + lmonth + " ");
document.write(date + ", " + year + "</font>");
// End
 -->
</SCRIPT>
                    </font></div>
            </div>
            <div id="logoinfo">
                <div align="left">
                    <table border="0" cellpadding="0" cellspacing="0" height="86">
                        <tr height="86">
                            <td valign="top" width="65" bgcolor="white" height="86"><a href="http://www.bicsi.org"><img src="images/bics.gif" width="58" height="42" border="0" align="top"></a></td>
                            <td bgcolor="#d3d3d3" width="12" height="86">&nbsp;</td>
                            <td bgcolor="#d3d3d3" width="230" height="86">
                                <p class="topicinfo"><font color="black">Find out why <a href="http://www.bicsi.org">BICSI</a> is today's fastest growing Cabling Association. Our industry expertise, technological resources and Certification programs keep you on the competitive edge. Let us serve you to our mutual success!</font></p>
                            </td>
                            <td bgcolor="#d3d3d3" width="10" height="86">&nbsp;</td>
                        </tr>
                    </table>
                </div>
            </div>
            <table border="0" cellpadding="0" cellspacing="0" width="779">
                <tr>
                    <td valign="top"><!--Banner--><a name="Top Banner"></a>
                        <table border="0" cellpadding="0" cellspacing="0" width="100%">
                            <tr>
                                <td>
                                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                                        <tr>
                                            <td width="460"><!--Banner TL--><img src="images/bantl.gif" width="460" height="65" border="0" usemap="#bantl2b3a0a9"></td>
                                            <td><!--Banner TR--><img src="images/bantr.jpg" width="319" height="65" border="0"></td>
                                        </tr>
                                        <tr height="21">
                                            <td width="460" valign="middle" align="center" bgcolor="#ffffcc" height="21">
                                                <p class="topicinfo"><!--Banner BR--><a href="index.html" title="HomePage Wireville ">Home</a> | <a href="toc.html#Hot" title="Heard on the Street" target="_parent">HOTS</a> | <a href="environmentalindex.html" title="Environmental Information" target="_parent">Environmental Info</a> | <a href="newissuesindex.html" title="News &amp; Issues" target="_parent">News &amp; Issues</a> | <a href="routermain.html" title="Industry Links">The Router</a></p>
                                            </td>
                                            <td valign="middle" align="center" background="images/bantrb.jpg" height="21" bgcolor="#ffffcc">
                                                <p class="topicinfo"><!--Banner BR--><a href="calendar/calendarmain.html" title="Up coming Industry Events" target="_parent">Calendar of Events</a> | <a href="aboutus.html" title="Who We Are" target="_parent">About Us</a> | <a href="mailto:info@wireville.com" title="E-Mail Our Company">E-mail Us</a></p>
                                            </td>
                                        </tr>
                                    </table>


                                </td>
                            </tr>
                            <tr>
                                <td><!--Banner Footer--></td>
                            </tr>
                        </table>
                    </td>
                </tr>
            </table>
        </div>
        <div align="left">
            <table border="0" cellpadding="5" cellspacing="0" width="779" bgcolor="#a9a9a9">
                <tr>
                    <td valign="left" align="center">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                                <td>
                                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                        <tr>
                                            <td>
                                                <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#a9a9a9">
                                                    <tr>
                                                        <td width="20%" valign="top" align="left"><csobj w="132" h="21" t="URLPopup" data="{ 0 = { label = &quot;Choose Page&quot;; selected = &quot;YES&quot;; }; 1 = { label = &quot;HomePage&quot;; url = &quot;index.html&quot;; }; 2 = { label = &quot;Heard on the Street&quot;; url = &quot;toc.html#Hot&quot;; }; 3 = { label = &quot;Envirmental Info&quot;; url = &quot;environmentalindex.html&quot;; }; 4 = { label = &quot;New &amp; Issues&quot;; url = &quot;newissuesindex.html&quot;; }; 5 = { label = &quot;The Router&quot;; url = &quot;routermain.html&quot;; }; 6 = { label = &quot;Calendar of Events&quot;; url = &quot;calendar/calendarmain.html&quot;; }; 7 = { label = &quot;About Us&quot;; url = &quot;aboutus.html&quot;; }; 8 = { label = &quot;Table of Contents&quot;; url = &quot;toc.html&quot;; }; }" target="_parent">
                                                                <form action="#" method="post" name="cs_form_name_1">
                                                                    <select name="cs_popup_name_1" onchange="CSURLPopupShow(/*CMP*/'cs_form_name_1', /*CMP*/'cs_popup_name_1', '_parent');
">
                                                                        <option value="#" selected>Choose Page</option>
                                                                        <option value="index.html">HomePage</option>
                                                                        <option value="toc.html#Hot">Heard on the Street</option>
                                                                        <option value="environmentalindex.html">Envirmental Info</option>
                                                                        <option value="newissuesindex.html">New &amp; Issues</option>
                                                                        <option value="routermain.html">The Router</option>
                                                                        <option value="calendar/calendarmain.html">Calendar of Events</option>
                                                                        <option value="aboutus.html">About Us</option>
                                                                        <option value="toc.html">Table of Contents</option>
                                                                    </select>
                                                                </form>
                                                            </csobj></td>
                                                        <td width="20%" valign="top">
                                                            <p>&nbsp;</p>
                                                        </td>
                                                        <td valign="top" align="right" width="60%">
                                                            <h3>Wireville : Index</h3>
                                                        </td>
                                                    </tr>
                                                </table>
                                            </td>
                                        </tr>
                                    </table>
                                </td>
                            </tr>
                        </table>
                        <!--Body-->
                        <table border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#d3d3d3">
                            <tr>
                                <td>
                                    <div align="center">
                                        <!--Body Top-->
                                        <table border="0" cellpadding="0" cellspacing="0" width="85%">
                                            <tr>
                                                <td align="right" valign="top">
                                                    <div align="right">
                                                        <a href="toc.html#Hot" title="Click here to go to Heard on the Street"><img src="images/Frank.gif" width="274" height="155" border="0" alt="Click here to go to Heard on the Street"></a></div>
                                                </td>
                                                <td></td>
                                                <td valign="top" align="left">
                                                    <div align="left">
                                                        <table border="0" cellpadding="0" cellspacing="0" width="390">
                                                            <tr>
                                                                <td>
                                                                    <h2><a href="hots/hotsfebruary12.html">Issue: February 2012 Issue</a></h2>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td>
                                                                    <h4>By: Frank Bisbee</h4>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td>
                                                                    <div align="left">
                                                                        <p class="topicinfo">Heard On The Street is a monthly column of news, and trends. Find articles and hotlinks to network cabling solutions for copper, coax, and fiber. Stay on top of the latest standards, new products, and technology. Free Internet Directory for the cabling industry, generic cable specs, and the total calendar of events. Get the news you can use.</p>
                                                                    </div>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </div>
                                                </td>
                                            </tr>
                                        </table>
                                        <table border="0" cellpadding="0" cellspacing="0" width="85%" height="20">
                                            <tr>
                                                <td valign="bottom">
                                                    <hr>
                                                </td>
                                            </tr>
                                        </table>
                                    </div>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <div align="center">
                                        <!--Body Middle-->
                                        <table width="95%" border="0" cellpadding="0" cellspacing="0" align="center">
                                            <tr height="30">
                                                <td width="55" height="30"></td>
                                                <td class="border" bgcolor="white" width="635" height="30" valign="top" align="left">
                                                    <div class="hotsbody">
                                                        <div class="hotsbody">
                                                            <div align="center">



<br>
    <script language="JavaScript" src="insert.js"></script>
                                                                <h2>Headline News<br></h2>

</div>
</div>

<a href="news/increased_fiber_demand.html"><font size="2"><b>Soaring demand for high-speed Internet to sustain fiber's growth</b></font></a><br>
<font size="1">9 January 2012</font><br>

<a href="news/what_to_look_for.html"><font size="2"><b>What to look for in a Cabling Contractor</b></font></a><br>
<font size="1">3 December 2010</font><br>

<a href="news/counterfeits_webinar.html"><font size="2"><b>Counterfeits Webinar Archive Available</b></font></a><br>
<font size="1">2 December 2010</font><br>

<a href="news/fiber_gets_hotter.html"><font size="2"><b>Fiber optics gets hotter - while copper prices rocket up</b></font></a><br>
<font size="1">16 November 2010</font><br>

<a href="news/fiber_optic_connectors.html"><font size="2"><b>FIBER OPTIC CONNECTORS - the latest and greatest</b></font></a><br>
<font size="1">12 July 2010</font><br>

<a href="news/boma_2010.html"><font size="2"><b>BOMA 2010 International Conference &amp; The Every Building Show(r)</b></font></a><br>
<font size="1">08 June 2010</font><br>

<a href="news/ipd_webinar.html"><font size="2"><b>Registration Open for Integrated Project Delivery Webinar</b></font></a><br>
<font size="1">05 June 2010</font><br>

<a href="news/toxic_towns.html"><font size="2"><b>SAFETY? If the cash is there, we do not care!!!!</b></font></a><br>
<font size="1">17 May 2010</font><br>

<a href="news/megladon_tfoca.html"><font size="2"><b>Megladon Announces New Product Release of TFOCAII Fiber Optic Assemblies</b></font></a><br>
<font size="1">12 February 2010</font><br>

<a href="news/nobel_prize_fiber_optics.html"><font size="2"><b>NOBEL PRIZE to Grandfather of Fiber Optics</b></font></a><br>
<font size="1">19 October 2009</font><br>

<a href="news/sm-bixs-hlc-apc-patch-cords.html"><font size="2"><b>Megladon makes some radical breakthroughs in the area of
fiber optic cable connectors</b></font></a><br>
<font size="1">03 May 2009</font><br>

<a href="news/counterfeit_electrical_products.html"><font size="2"><b>April 14, 2009 NOON This webinar on counterfeit electrical products is too important to miss</b></font></a><br>
<font size="1">04 April 2009</font><br>

<a href="news/megladon_corning_cah.html"><font size="2"><b>Megladon Manufacturing Is Added to Corning
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...