// JavaScript Document

function pn(){
	var pn = 576333533065;
	
	pn = pn / 73;
		
	if ($('.pn').length > 0){
    	$('.pn').text('0'+pn);
	}
}; 