function redir( loc ){
	if ( loc ) document.location.href = loc;
}


var oldClass = false;
function switchClass( Obj, cls ){
	Obj.className = cls;
}

function buddy(bid) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open('/buddy.php?id="+bid+"', '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=150');");
}