jQuery(function(){ 
	// in-page MPU
	var p_counter = 1; 
	jQuery('#content .storytext .section_column1>p, #content .storytext>p').each(function(index){ 
		if (jQuery(this).attr('class').length == 0){ 
			if (p_counter == 3){ 
				if (InPgMPU != 'None') {
					jQuery('<div id="InPgMPU_vis"></div>').insertAfter(this); 
					moveAdvert('InPgMPU');
				}
				return false; 
			} 
			p_counter++; 
		} 
	});
});
