  function window_onclick() 
	{
	window.location.href = "SearchEn.htm" ;
	}
   
         adImages = new Array("images/banner1.gif","images/banner2.gif","images/banner3.gif","images/banner4.gif")
        adURL = new Array("ptfriendly.com/STinfo.html","ptfriendly.com/STinfo.html","ptfriendly.com/STinfo.html","ptfriendly.com/STinfo.html")
            thisAd = 0
           imgCt = adImages.length                                                                                            

     function rotate() 
	 {
      	if (document.images) 
		 {
      		thisAd++
     		 if (thisAd == imgCt) 
			 {
        			 thisAd = 0
        			 }
       		 document.adBanner.src=adImages[thisAd]
        		 setTimeout("rotate()", 3 * 1000)
              	}
              }

       function newLocation()  
	{
             document.location.href = "http://www." + adURL[thisAd]
             }

 <!-- Original script has been changed at ptfriendly.com -->

  <!-- The original script and many more are available free online at -->
  <!-- The JavaScript Source!! http://javascript.internet.com -->

  <!-- Begin
   
  var ans = new Array() ;
  var done = new Array() ;
  var score = 0;
  ans[1] = "c";
  ans[2] = "c";
  ans[3] = "c";
  ans[4] = "d";
  ans[5] = "a";
  ans[6] = "c";
  ans[7] = "b";
  ans[8] = "d";
  ans[9] = "b";
  ans[10] = "b";
 
  function Engine(question, answer)
    {
     if (answer != ans[question]) 
          {
          if (!done[question]) 
               {
              done[question] = -1;
              alert("Wrong.\n\nYour score is now: " + score);
               }
           else
              {
             alert("You have already answered that question.");
              }
           }
     else 
           {
           if (!done[question]) 
                 {
             done[question] = -1;
             score++;
             alert("Correct. \n\nYour score is now: " + score);
                 }
             else
                {		
                alert("You have already answered that question.");
                 }
            }
    }
	
  function NextLevel () 
  {
       if  (score >= 8 && score <= 10) 
           {
             alert("You have done well.\n\nSee: How Risk Factors Cause CHD.") ;
           }
       else  if  (score >= 6 && score <= 7) 
          {
             alert("6 or 7 correct answers is not too bad. \n However, it would be wise to review: Coronary Heart Disease.") ;
          }
       else
          {
             alert("A score less than 6 is not great. \n\n Review: Coronary Artery Disease.") ;
          }
  }

// End hiding script from old browsers - - >
  //  End  -->