﻿$(document).ready(function() {
	var nAds = 5;
	if ($.browser.msie) {
		$("#feed ul li .rndcnr_box").css("margin-top", "-10px");
		nAds = 4;
	}
	$(function() {
		$('#feed').vTicker({
			speed: 500,
			pause: 7000,
			animation: 'fade',
			mousePause: true,
			showItems: nAds,
			height: 0
		});
	});
});
