function setHoPa(obj) {
if (document.all) {
obj.style.behavior='url(#default#homepage)';
obj.setHomePage('http://www.wm.ae');
return false;
} else if(!document.layers) {
netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesWrite");
navigator.preference("browser.startup.homepage", "http://www.wm.ae"); 
return false;
}
return true;
}
function CS1(fullpath) {
doc = this.document;
doc.code.text_link.value = '<a href="http://www.wm.ae/"><strong>Webmoney в ОАЭ</strong></a> - новости, история, общие сведения, фото, форум. Самая полная информация о том, где купить webmoney в Объединённых Арабских Эмиратах.';
doc.code.text_link.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}
function CS2(fullpath) {
doc = this.document;
doc.code.button.value = '<a href="http://www.wm.ae/"><img src="'+fullpath+'" border="0" alt="Webmoney в ОАЭ" border="0" width="88" height="31">';
doc.code.button.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}
function CS3(fullpath) {
doc = this.document;
doc.code.banner1.value = '<a href="http://www.wm.ae/"><img src="'+fullpath+'" border="0" alt="Webmoney в ОАЭ" border="0" width="150" height="70">';
doc.code.banner1.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}
function CS4(fullpath) {
doc = this.document;
doc.code.banner2.value = '<a href="http://www.wm.ae/"><img src="'+fullpath+'" border="0" alt="Webmoney в ОАЭ" border="0" width="468" height="60">';
doc.code.banner2.select();
if (doc.execCommand) {
doc.execCommand('copy');
}
}
function getCookie(name) { 
      var prefix = name + "="; 
      var cookieStartIndex = document.cookie.indexOf(prefix); 
      if (cookieStartIndex == -1) return null; 
      var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length); 
      if (cookieEndIndex == -1) cookieEndIndex = document.cookie.length; 
      return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex)); 
}

