//  
//
//  This script must be present in the body of the page.
//  Keep in mind that the ActionBasedOnSpeed event handler activated in the onLoad event handler is set to redirect to other pages according
//  to the connection speed detected. 
//  You can modify  the image file name , image size and <img> tag height attribute
//  Do not use a much smaller image file since the results will be even less accurate.
//  The large the image file the more accurate the results but also the slower the laoding of this page.
//  The speed test ersults cannot be very accurate, but they are an indication of relative download speed.
//  Image filename  test.jpg - it must exist  in the website folder where you are running this script
//  Image size 56783  - must correspond to the actual file size on disk of the image file
//  height  is part of the img  attributes concerning how big the image drawn will be on screen - at  height of 0 it will be invisible.
 
          drawCSImageTag( 'test.jpg',  56783, 'border=0 height=0 alt="test Image"'); 
