jQuery(document).ready(function() {
	jQuery("#dashboard-widgets").prepend("<p class='updated'><strong>Важно!</strong> Прочитајте <a href='/wp-admin/admin.php?page=from-rs'>уводну реч</a>.</p>\n");

	jQuery('#dashboard-widgets').prepend('<div id="#podrska" style="display: none;"><a href="javascript:void(window.open(\'http://from.rs/podrska/chat.php?eh=aHR0cDovL2Zyb20ucnMvd3AtY29udGVudC9wbHVnaW5zL2Zyb21ycy9pbWcvaGVscC1sb2dvLnBuZw__\',\'\',\'width=590,height=580,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes\'))"><img src="http://from.rs/podrska/image.php?id=03" width="178" height="46" border="0" alt="LiveZilla Live Help" /></a><noscript><div><a href="http://from.rs/podrska/chat.php?eh=aHR0cDovL2Zyb20ucnMvd3AtY29udGVudC9wbHVnaW5zL2Zyb21ycy9pbWcvaGVscC1sb2dvLnBuZw__" target="_blank">Start Live Help</a></div></noscript><div id="livezilla_tracking" style="display:none"></div></div>');


	var $script = document.createElement("script");
	$script.type="text/javascript";
	var src = "http://from.rs/podrska/server.php?request=track&output=jcrpt&eh=aHR0cDovL2Zyb20ucnMvd3AtY29udGVudC9wbHVnaW5zL2Zyb21ycy9pbWcvaGVscC1sb2dvLnBuZw__&nse="+Math.random();
	setTimeout( function() {
		$script.src=src;
		document.getElementById('livezilla_tracking').appendChild($script);
	},1);
	
	jQuery('#podrska').css({'position': "fixed", 'bottom': "10px", 'right': "10px"}).fadeIn();

});
