window.addEvent('load',
	function ()
	{
		addRedArrow();
        roundCorners();
	}
);