Adopt a

Now it's time to select your Cyber Norn. At the moment, I only have one type of Norn available, but in the future I will have lots. Simply copy the HTML below the picture and paste it into the top of the page you wish it to pop up on. Insert it as the first thing after the <html> bit.

Have fun and enjoy your new CyberNorn exclusive to The Gene Pool!

 

Cyber Norn #1

To preview what this CyberNorn will look and behave like on your page click here.

<p><script language="JavaScript"><!--

function CyberNornShowPopup()
{
// open the popup window
var popupURL = "https://members.tripod.com/~albiadude/cybernorn/cyber1main.htm";
var popup = window.open(popupURL,"CyberNornPopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=186,height=232');
// set the opener if it's not already set. it's set automatically
// in netscape 3.0+ and ie 3.0+.
if( navigator.appName.substring(0,8) == "Netscape" )
{
popup.location = popupURL;
}
}

CyberNornShowPopup();

// --></script></p>

 

Cyber Norn #2

To preview what this CyberNorn will look and behave like on your page click here.

<p><script language="JavaScript"><!--

function CyberNornShowPopup()
{
// open the popup window
var popupURL = "https://members.tripod.com/~albiadude/cybernorn/cyber2main.htm";
var popup = window.open(popupURL,"CyberNornPopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=186,height=232');
// set the opener if it's not already set. it's set automatically
// in netscape 3.0+ and ie 3.0+.
if( navigator.appName.substring(0,8) == "Netscape" )
{
popup.location = popupURL;
}
}

CyberNornShowPopup();

// --></script></p>