~ adoption code ~
copy all this code then follow the instuctions.
<!-- THREE STEPS TO INSTALL RAINBOW PAL: 1. Put the head.js script into the HEAD of your HTML document 2. Put the body.js script into the BODY of your HTML document 3. Enter the name of your rainbow pal --> <!-- STEP ONE: Copy this code into the HEAD of your HTML document as shown --> <HEAD> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.undersun.net/rainbowpals/scripts/head.js"></Script> </HEAD> <!-- STEP TWO: Copy this code into the BODY of your HTML document as shown --> <BODY> <SCRIPT LANGUAGE="JavaScript"> <!-- Hide this script from old browsers -- var palsname = "null" // -- End Hiding Here --> </Script> <SCRIPT LANGUAGE="JavaScript" SRC="http://www.undersun.net/rainbowpals/pals/43060/body.js"></Script> </BODY> <!-- STEP THREE: Enter the name of your rainbow pal --> If you want you pal to have a name change "null" to the name you want i.e. var palsname = "GARFIELD" If you don't want it to have a name you must keep it as "null" i.e. var palsname = "null"