
function feature(site)
	{
	window.open('site',"about", "height=350,width=400")
	}
function Opabout()
	{
	 window.open("/about.html","about", "height=350,width=400")
	}
function Oplegal()
	{
	 window.open("/legal.html","about", "height=300,width=300")
	}
function Opquestion(url)
	{//
	 	window.open(url,"about", "height=600,width=400 scrollbars=yes")
	}
<!--

//-->

// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

var message='This has been turned off to protected the copyright of some of our partners.';
function click(e)
   {
   if (document.all) {
      if (event.button == 2) {
         alert(message);
         return false;
      }
   }
   if (document.layers) {
      if (e.which == 3) {
         alert(message);
         return false;
      }
   }
   }
   if (document.layers) {
      document.captureEvents(Event.MOUSEDOWN);
   }
   document.onmousedown=click;
// -->
