// Java Script for Top Links // Last update Fri, 15 Jun 2007 15:52:30 PST // copyright protected, Designing Online, Inc. - all rights reserved. function show_top_links(layout,twidth){ // layout is vert or horz, and twidth is max table width var link_spot=1; if(layout == "horz"){ var colwidth=(twidth/2)-10; } else{ var colwidth=twidth; } document.write('
| '); while(link_spot<=2){ if (link_spot == 1){ var jurl="http://www.playproviders.com"; var jtitle="High Quality Playground Equipment"; var jdesc="Playproviders puts the play in playground by offering a complete line of commercial and residential playground equipment. We provide superior quality ..."; } if (link_spot == 2){ var jurl="http://www.playground.cn"; var jtitle="Playground Equipment Manufacturer"; var jdesc="China playground equipment manufacturer, provides playground equipment, amusement equipment including indoor and out door Modular Playsystems, playgro..."; } if((link_spot == 2) && (layout == "horz")){ document.write(' |  \; | '); document.write('');
}
document.write(' '+jtitle+' | ');
}
if(layout == "vert"){
if(link_spot == 2){
document.write('');
}
}
link_spot++;
} // End While
document.write('