// Java Script for Top Links // Last update Tue, 11 Sep 2007 18:56:00 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.createe-cards.com"; var jtitle="Create Custom E-Cards"; var jdesc="Create and send custom sentimental, inspirational or fun Greeting E-Cards for any holiday, birthday, anniversary or special occasion. Select images, b..."; } if (link_spot == 2){ var jurl="http://www.dotcomedy.com"; var jtitle="Funny Videos, Streaming Videos"; var jdesc="Watch funny streaming videos and clips from tv shows. View movie trailers, watch stand-up comedy clips and more from Dotcomedy.com"; } 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('