YAHOO.namespace("Youniverse");

YAHOO.Youniverse.mpu = function()
{
	this.rollover = function(img_id, img_src)
	{
		document.getElementById(img_id).src = img_src;
	}
	
}
