$(document).ready(function(){ myimg1 = new Image(); myimg1.src = "http://www.bloguez.com/waitpm.gif"; }); function stripHtml(s) {return s.replace(/\\&/g, '&').replace(/\\/g, '>').replace(/\\t/g, '   ').replace(/\\n/g, '
');} function CreateBookmarkLink() { title = document.title; url = document.location.href; if (window.sidebar) { // Mozilla Firefox Bookmark window.sidebar.addPanel(title, url,""); } else if( window.external ) { // IE Favorite window.external.AddFavorite( url, title); } else if(window.opera && window.print) { // Opera Hotlist return true; } } //popup function bloguez_pop() { if (getcookie('bloguez_popup') != '1') { window.open('http://www.bloguez.com/pub/sponsors.php','','top=0,left=0,width=800,height=600,scrollbars=1,resizable=1'); window.focus(); setcookie('bloguez_popup','1',5); } } function setcookie(c_name,value,expiredays) { var exdate = new Date(); exdate.setDate(exdate.getDate()+expiredays); document.cookie=c_name+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString()+";path=/;domain=bloguez.com;"); } function getcookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) { c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; }