$(document).ready(function(){
	zib=document.location.pathname;
if ($('#main-content > :first-child')[0].classList[0].match('goog')) $('#main-content > :first-child').replaceWith('<center><img src=http://i38.tinypic.com/ilgmlg.gif></img></center>');
$('#page-footer').replaceWith('<div class="headerbar"><div class="inner"><span class="corners-top"><span></span></span><div id="logo-desc"><a href="/forum.htm" id="logo"><img src="http://illiweb.com/fa/empty.gif" alt="zibri" /></a></div><span class="corners-bottom"><span></span></span></div></div>');
if ((zib=="/")||(zib=="/forum.htm")||(zib=="/index.htm")) $('#cp-main').hide();
});
function toggle(){
zib=document.location.pathname;
if ((zib=="/")||(zib=="/forum.htm")||(zib=="/index.htm")) {
if ($('#zc').is(':checked')) $('#cp-main').show(); else $('#cp-main').hide();
}
}

