$(function () {
	// start the ticker 
	var $newsTicker = $('#news-ticker');
	
	$newsTicker.simplerss({
		url: '/rss.php',
        html: '<li class="news-item"><a href="{link}" title="{ukdtitle}">{title}</a></li>',
		wrapper: '',
        dataType: 'xml',
		display: 5,
		callback: function() {
			$newsTicker.children('li:gt(0)').hide().end().innerfade({
				'animationtype':    'fade',
				'speed':            500,
				'timeout':          5000,
			});
		}
	});
	
});

function openwindow(){window.open("http://www.aaorders.com/livechat/startchat.php?from=ukdissertations.com","mywindow","menubar=0,location=0,resizable=0,scrollbars=1,width=560,height=600");}
