function strip()
{
	var content = $('#content').height();
	var left = content-550; $('#leftStrip').height(left);
	var right = content-480; $('#rightStrip').height(right);
	setTimeout(strip,1000);
}
function marquee()
{
	$('#header').marquee();
}
function counter()
{
	var data, p;
	var agt=navigator.userAgent.toLowerCase();
	p='http';
	if((location.href.substr(0,6)=='https:')||(location.href.substr(0,6)=='HTTPS:')) {p='https';} data = '&r=' + escape(document.referrer) + '&n=' + escape(navigator.userAgent) + '&p=' + escape(navigator.userAgent)
	if(navigator.userAgent.substring(0,1)>'3') {data = data + '&sd=' + screen.colorDepth + '&sw=' + escape(screen.width+ 'x'+screen.height)};
	document.write('<a href="http://www.counter-gratis.com/41760.html" target="_blank" >');
	document.write('<img alt="counter-gratis.com" border=0 hspace=0 '+'vspace=0 src="http://www.counter-gratis.com/counter.php?i=41760' + data + '"> <\/a>');
}

