/**
 * (c) Copyright Ashantiplc Limited.
 * All Rights Reserved. Duplication prohibited.
 * Redistribution, Transmission, displayed by any means prohibited.
 * You may not alter or remove any trademark, copyright or other notices.
 * Author: Erzhena Balbarova
 */

load('core.ui.Event');
load('common.Ticker');

core.ui.Event.addLoadListener(function() {
	// create ticker object shifting on the front page
	var ticker = new common.Ticker();
});
