function on(a){
	document.getElementById('mn'+a).src="http://www.celebsprivatescenes.com/images/mn"+a+"a.jpg";
}
function off(a){
	document.getElementById('mn'+a).src="http://www.celebsprivatescenes.com/images/mn"+a+".jpg";
}

function on1(mnl){
	document.getElementById('mnL'+mnl).className="mnLOver";
}
function off1(mnl){
	document.getElementById('mnL'+mnl).className="mnL";
}