<!--

   
    var2=escape(document.referrer)+"";
    if((var2=="undefined")||(var2==""))
    {
      var2="Bookmark";        
    }
    var1="non title";     
    var width = screen.width;
    var var3 =(((!(640-width))*1)+((!(800-width))*2)+((!(1024-width))*3)+((!(1152-width))*4)+((!(1280-width))*5)+((!(1600-width))*6));

    if (!(var3))
    {
      var3 = 1;
    }

    if (var3=="1")
    {
      screen_width = "640";
      screen_height = "480";
    }

    if (var3=="2")
    {
      screen_width = "800";
      screen_height = "600";
    }

    if (var3=="3")
    {
      screen_width = "1024";
      screen_height = "768";
    }

    if (var3=="4")
    {
      screen_width = "1152";
      screen_height = "864";
    }

    if (var3=="5")
    {
      screen_width = "1280";
      screen_height = "1024";
    }

    if (var3=="6")
    {
      screen_width = "1600";
      screen_height = "1200";
    }

    if (var3!="1" && var3!="2" && var3!="3" && var3!="4" && var3!="5" && var3!="6")
    {
      screen_width = screen.width;
      screen_height = screen.height;                           
    }



    document.write("<img src='http://www.myit.ie/stats_public/catch.php?width="+screen_width+"&height="+screen_height+"&doc_location="+escape(location.href)+"&var1="+var1+"&var2="+var2+"' border=0 height=1 width=1>");

    
    
    -->