var temp_location=self.location+"";
if(temp_location.indexOf("p=0")!=-1){
	self.location=temp_location.slice(0,temp_location.indexOf("p=0")-1);
}



jQuery(document).ready(function() {				
	jQuery("a[rel='create_mail']").colorbox({width:"490px", height:"550px", opacity: 0.4, iframe: true, current:"", previous:"",next:""});
});

var months=new Array();
months[0]="янв";
months[1]="фев";
months[2]="мар";
months[3]="апр";
months[4]="май";
months[5]="июн";
months[6]="июл";
months[7]="авг";
months[8]="сен";
months[9]="окт";
months[10]="ноя";
months[11]="дек";

function getMonthRus(id_month){
	document.writeln(months[id_month-1]);
}

function loadCategory(link){
	self.location=link;
}
