﻿/* common script in all silog sites */

/* to reorganize components and init variables */
var timeoutAutoNews;

function InitPage() {
	/* start animaton of news */
    timeoutautoscroll = setInterval(function () { AutoScroll(); }, 5000);
}
function bodyresize() {
    Scroll(1);
}

