bname=navigator.appName; bversion=parseInt(navigator.appVersion) if (bname=="Netscape") brows=true else brows=false var x=0; var link=new Array(); function dspl(msg,dtop,delft){ this.msg=msg; this.dtop=dtop; this.dleft=delft; } // Here goes your messages (Read the instructions at http://www.geocities.com/~lef/instructions8.html for more details) link[0]=new dspl('
FarscapeFarscape
Action figures, keychains and statues on the Sci-Fi Channel\'s #1 TV Series.
',135,220); link[1]=new dspl('
CthulhuCthulhu
The dark creatures of H.P. Lovecraft in three dimensions.
',135,220); link[2]=new dspl('
GodzillaGodzilla
Plush toys and Mini-Bobblers based on one of the greatest movie franchises in history.
',135,220); link[3]=new dspl('
Monty PythonMonty Python
Hilarious Plush toys based on the popular Monty Python films.
',135,220); link[4]=new dspl('
CCG SuppliesCCG Supplies
Deck Boxes, Life Counters, and Plush designed specifically for collectible card game enthusiasts.
',135,220); link[5]=new dspl('
Egyptian Gods PlushEgyptian Gods Plush
Detailed Plush based on the most recognizable Egyptian Gods.
',135,220); link[6]=new dspl('
Looking GlassLooking Glass
Our new line of figures based on Lewis Carroll\'s Alice In Wonderland and Through The Looking Glass.
',135,220); link[7]=new dspl('
SpongeBob SquarePantsSpongeBob SquarePants
Our new line of Plush Banks, Bobblers, and other toys based on Nickelodeons top rated cartoon program!
',135,220); link[8]=new dspl('
Here Be MonstersHere Be Monsters
Plush Toys based on everyone\'s favorite monsters.
',135,220); link[9]=new dspl('
Presidential PlushPresidential Plush
A line of hilarious plush dedicated to the President of the United States.
',135,220); // Do not edit anything else in the script !!!! function don(x) { if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)) { if (brows) { with(link[x]) { document.layers['linkex'].document.writeln(msg); document.layers['linkex'].document.close(); document.layers['linkex'].top=dtop; document.layers['linkex'].left=dleft; } document.layers['linkex'].visibility="show"; } else { with(link[x]) { linkex.innerHTML=msg; linkex.style.top=dtop; linkex.style.left=dleft; } linkex.style.visibility="visible"; } } } function doff(){ if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){ if (brows) document.layers['linkex'].visibility="hide"; else linkex.style.visibility="hidden"; } }