$(document).ready(
	function()
	{
		$("#news").newsTicker();
		
	}
);

<!--
	function opennewWindow(path, width, height) {
	style = eval("'width="+width+",height="+height+",status=yes,resizable=yes,scrollbars=yes,menubar=no,toolbar=no'");
	window.open(path, 'tipmoto', style) ;
	}
-->

var newwindow;
	function popupguestbook(url)
	{
		newwindow=window.open(url,'name','height=620,width=590,scrollbars=yes');
		if (window.focus) {newwindow.focus()}
	}
	
	var newwindow;
	function popupbazar(url)
	{
		newwindow=window.open(url,'name','height=620,width=590,scrollbars=yes');
		if (window.focus) {newwindow.focus()}
	}
	
	var newwindow;
	function popupplayer(url)
	{
		newwindow=window.open(url,'name','height=580,width=316');
		if (window.focus) {newwindow.focus()}
	}