
var Tscroll_path_to_files = '../website/includes/Sucess/'

// please, don't change anything below this line
function Tscroll_init (id,page_id) {
	//alert(('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scroll.asp?id=0&page_id=' + page_id + '" width="156" height="180"></iframe>'));
	document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scroll.asp?id=0&page_id=' + page_id + '" width="156" height="180"></iframe>');
}