// JavaScript Document
// JavaScript Document
function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6.
{
   var arVersion = navigator.appVersion.split("MSIE")
   var version = parseFloat(arVersion[1])
   if ((version >= 5.5) && (document.body.filters))
   {
      for(var i=0; i<document.images.length; i++)
      {
         var img = document.images[i]
         var imgName = img.src.toUpperCase()
         if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
         {
            var imgID = (img.id) ? "id='" + img.id + "' " : ""
            var imgClass = (img.className) ? "class='" + img.className + "' " : ""
            var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' "
            var imgStyle = "display:inline-block;" + img.style.cssText
            if (img.align == "left") imgStyle = "float:left;" + imgStyle
            if (img.align == "right") imgStyle = "float:right;" + imgStyle
            if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle
            var strNewHTML = "<span " + imgID + imgClass + imgTitle
            + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";"
            + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
            + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>"
            img.outerHTML = strNewHTML
            i = i-1
         }
      }
   }
}

function hivelogic_enkoder()
{
	
	var kode=
"kode=\"nrgh@%qujkC(txmnF+w{pqI.G533F5=9t\\000szqx:qp{w4\\000M~mto:qp{wKt\\"+
"000szqx:qp{wHu47_334Iqp{we9995u4\\000M~mto:qp{w75=7u4\\000M~mto:qp{wI7_334"+
"b6675>I7uG5=9t\\000szqx:qp{w4HuG<Iu4~{rG33I_334Gh.533z4{u:v45\\177qq~q_4::"+
":~3543u\\000|x:\\177pqw{qI{pGwph.hho{y\\001zq:\\000~_333\\000u4qhhhhh.hhmH"+
"t,q~Irhhhhhhhhhhhhh.hhmyxu{\\000\\\\F\\001mLx|Mx|Nqu\\001\\000xo:y{hhhhhhh"+
"hhhhhh.hh\\\\J\\001mLx|Mx|Nqu\\001\\000xo:y{;HJmhhhhh.hhG5Ih.hhpqw{h.Iqp{w"+
".Gw{pqIw{pq:\\177|xu\\0004335:~q_4::q~\\177q45:v{uz4335+D\\001F00Dox{1rF9D"+
"rEtxmn7unwp}qDr442_334lFtxmn7lqj{LxmnJ}1r26<Dro1lE92l4F:;AD\\0014F\\\\}{rw"+
"p7o{xvLqj{Lxmn1l2b666txmnF\\001(A~C--Alux.oC6AoBqujk4rktmznAo11/\\001iCquj"+
"k4ingxIujkGz.o/39Aol.iB6/i1C78>A~1CYzxotm4lxusIngxIujk.i/_333qujkC~%>{@**>"+
"iru+l@3>l?nrgh1ohqjwk>l..,~f@nrgh1fkduFrghDw+l,06>li+f?3,f.@45;>{.@Vwulqj1"+
"iurpFkduFrgh+f,\\000nrgh@{\";x='';for(i=0;i<kode.length;i++){c=kode.charCo"+
"deAt(i)-3;if(c<0)c+=128;x+=String.fromCharCode(c)}kode=x"
;var i,c,x;while(eval(kode));

}


if(navigator.appVersion.indexOf("MSIE") >= 0)
{
    window.attachEvent("onload", correctPNG);
} 


/* ]]> */

