

function initProfile () 
{
	var productScroller = new ProductScroller("sunit");
}

Event.observe(window, "load", initProfile, false);