document.write('<TABLE border="0" cellPadding="0" cellSpacing=2 align="left"  bgcolor="#ffffff" width="150" height="200"> <TR> <TD align=left width="150" height="200"><FONT face=Arial size=-1><center><font face=verdana size=1>');

document.write('<div align=left id="marqueecontainer" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">');
document.write('<div align=left id="vmarquee" style="position:absolute;">');

		
//document.write('');

document.write('<a href="http://www.buysellcomponents.com" target="_blank"><strong>Buy Sell Components.com</strong></a><br>Electronic Components and Parts, Buyers, Sellers, Bulk Lot, Directory of Electronic Companies.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.electronics-electricals.com" target="_blank"><strong>Electronics-Electricals.com</strong></a><br>Electronics and Electrical Manufacturers, Traders, Importers, Exporters, Suppliers and Agents.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.bowood-electronics.co.uk" target="_blank"><strong>Bowood Electronics</strong></a><br>UK supplier of electronic components.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.currentsource.com" target="_blank"><strong>Current Source</strong></a><br>A distributor of electronic & light electrical parts & supplies, components, voice & data products and services.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.smservice.com" target="_blank"><strong>SM Service & Technology</strong></a><br>Electronic components distributor, SM Service & Technology supplies a wide variety of manufacturers with top name, quality components and superior service.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.anglia.com" target="_blank"><strong>Anglia</strong></a><br>Anglia is a leading franchised distributor of semiconductors, optoelectronics, interconnect, and passive and electromechanical components.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.sicom.co.nz" target="_blank"><strong>South Island Component Centre Ltd</strong></a><br>South Island Component Centre Ltd specialises in electronic components, cabling and tools for businesses and hobbyists.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.variohm.com" target="_blank"><strong>Variohm</strong></a><br>Variohm Eurosensor Electronic Component Distributor for specialist Sensors and Transducers.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.componentsexporters.com" target="_blank"><strong>Components Exporters.com</strong></a><br>Electronic Components Exporters, Stockists, Suppliers, Manufacturers, Importers, Traders.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.rfeinc.com" target="_blank"><strong>RFE International Inc.</strong></a><br>Your Source for electronic components. Our products include active and passive electronic components.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.bourns.com" target="_blank"><strong>Bourns</strong></a><br>Bourns continues to be a major supplier of electronic components to the Computer and Peripherals market.</br><hr color="#75c4f0" size="1">');

document.write('<a href="http://www.componentsmanufacturers.com" target="_blank"><strong>Components Manufacturers.com</strong></a><br>Electronic Components Manufacturers, Traders, Wholesalers, Suppliers, Surplus Components.</br><hr color="#75c4f0" size="1">');

document.write('</div>');
document.write('</div>');

document.write('</FONT></center></FONT></TD></TR></table>');



/*
***********************************************
* Cross browser Marquee II- 
* This notice MUST stay intact for legal use
* 
***********************************************/
var delayb4scroll=1000 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)
var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10)
var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?

////NO NEED TO EDIT BELOW THIS LINE////////////

var copyspeed=marqueespeed
var pausespeed=(pauseit==0)? copyspeed: 0
var actualheight=''

function scrollmarquee(){
if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
else
cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
}

function initializemarquee(){
cross_marquee=document.getElementById("vmarquee")
cross_marquee.style.top=0
marqueeheight=document.getElementById("marqueecontainer").offsetHeight
actualheight=cross_marquee.offsetHeight
if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit
cross_marquee.style.height=marqueeheight+"px"
cross_marquee.style.overflow="scroll"
return
}
setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}

if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)
else if (window.attachEvent)
window.attachEvent("onload", initializemarquee)
else if (document.getElementById)
window.onload=initializemarquee

/////////////////////////////////////////////////////////////////////////////////