<HTML> <!-- ARCHIVE by FORTUNECITY.ws --> <HEAD><TITLE>Control</TITLE> <SCRIPT LANGUAGE="JavaScript"> <!-- if (document.images) { img1on = new Image(); img1on.src = "toolson.gif"; img1off = new Image(); img1off.src = "toolsoff.gif"; } // Function to 'activate' images. function imgOn(imgName) { if (document.images) { document[imgName].src = eval(imgName + "on.src"); } } // Function to 'deactivate' images. function imgOff(imgName) { if (document.images) { document[imgName].src = eval(imgName + "off.src"); } } var newWindow = null; function seeColor(form) { newColor = (form.colorsList.options[form.colorsList.selectedIndex].value) if (newWindow == null) { newWindow = window.open("","target","HEIGHT=200,WIDTH=200"); } newWindow.document.write("<HTML><BODY BGCOLOR=" + newColor + "><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <center> <br> <div style="height:5px"></div> </center> "); newWindow.document.write("<H2 ALIGN=CENTER>Target Page</H2>&nbsp;<P ALIGN=CENTER>"); newWindow.document.write( </BODY> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </HTML>"); newWindow.document.close(); } //--> </SCRIPT> </HEAD> <BODY><script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-47423994-1', 'fortunecity.ws'); ga('send', 'pageview'); </script> <center> <br> <div> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=728&height=90"></script> </div> </center> <H2>Control Page</H2> <FORM> <SELECT NAME="colorsList" onChange="seeColor(this.form)"> <OPTION SELECTED VALUE="">Please select a background color <OPTION VALUE="blue">Blue <OPTION VALUE="red">Red <OPTION VALUE="yellow">Yellow <OPTION VALUE="green">Green </SELECT> </FORM> <P> <A HREF="#" onmouseover="imgOn('img1')" onmouseout="imgOff('img1')"><IMG NAME=img1 SRC=tools_up.html WIDTH=163 HEIGHT=39 HSPACE=0 VSPACE=0 BORDER=0></A> </BODY> <!-- ARCHIVE by FORTUNECITY.ws --> <center> <div> <br> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250&cache=0"></script> <script language="javascript" type="text/javascript" src="http://ad.broadcaststation.net/ads/show_ad.php?width=300&height=250"></script> </div> <br> <br> </center> </HTML>