// Java Script for Top Links // Last update Fri, 15 Jun 2007 15:48:39 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.smoothfitness.com"; var jtitle="Smooth Fitness - Treadmills and Elliptic"; var jdesc="Quality treadmills, elliptical trainers sold factory direct, save 40% - 45%. Best Buy rating - Runner\'s World Top 10 Treadmill rating."; } if (link_spot == 2){ var jurl="http://www.attacksanxiety.com/What-Is-The-Symptoms-Of-Anxiety-And-Depression.htm"; var jtitle="Symptoms Of Anxiety And Depression"; var jdesc="Information and strange new methods to cure the physical symptoms of anxiety and depression. Information on generalized anxiety disorders and panic at..."; } 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('