if(document.getElement('#ranking.live')) document.getElement('#ranking.live').removeClass('live');

PSG.pids = new Array(900101, 900102, 900103, 900104, 900105, 900106, 900107, 900108);
if(PSG.pids.contains(PSG.pid)) {
	document.getElement('body').setStyle('background-color', '#280E01 !important');
}

if(PSG.pid == 0 && document.id('breaking-news-list')) {
	var el = new Element('div',{
		styles: {
			'margin-bottom': '10px'
		}
	}).inject(document.id('breaking-news-list'), 'before');
	var obj = new Swiff('http://www.touspsg.fr/_swf/EmbeddedCounter_300x95.swf', {
		id: 'myBeautifulMovie',
		width: 300,
		height: 95,
		params: {
			wmode: 'transparent'
		}
	}).inject(el);
}

new Element('a', {id:'ads-back', href:'http://www.boutiquepsg.fr/?utm_source=PSG.fr%2BPrehome&utm_medium=banniere&utm_campaign=Maillots1011'}).inject(document.body, 'top');
