function _bar_allanrodrigues(){
	$('#div_bar_allanrodrigues').css({
		background:'url(http://www.allanrodrigues.com.br/imagens/bg_barra.jpg) repeat-x',
		position:'fixed',
		left:'0px',
		top:'0px',
		width:$(window).width(),
		height:30,
		zIndex:'9999'
	});
	
	
	$('#div_bar_allanrodrigues').html('<table id="table_bar_allanrodrigues" width="100%" border="0" cellspacing="0" cellpadding="0" >'+
	 ' <tr><td width="10%">'+
		'<a href="http://www.allanrodrigues.com.br" ><img src="http://www.allanrodrigues.com.br/imagens/logo_bar.gif" width="136" height="27" border="0"></a></td>'+
		'<td width="90%" align="right" style="font-family:Tahoma,verdana;font-size:11px;color:#FFFFFF">'+
		
		'<a href="http://www.arsoftware.com.br"   id="#a_bar_allanrodrigues" style="text-decoration:none;color:#FFFFFF">AR Software</a>&nbsp;|&nbsp;'+
		'<a href="http://www.4fungames.com.br"   id="#a_bar_allanrodrigues" style="text-decoration:none;color:#FFFFFF">Aion 4Fun Games</a>&nbsp;|&nbsp;'+
		'<a href="http://www.hellgames.com.br"   id="#a_bar_allanrodrigues" style="text-decoration:none;color:#FFFFFF">Hell Games</a>&nbsp;|&nbsp;'+
		'<a href="http://topsites.4fungames.com.br"   id="#a_bar_allanrodrigues" style="text-decoration:none;color:#FFFFFF">Top Sites</a>&nbsp;|&nbsp;'+
		'<a href="http://www.ragezone.com.br"   id="#a_bar_allanrodrigues" style="text-decoration:none;color:#FFFFFF">RagezoneBR</a>&nbsp;&nbsp;'+
		
	  '</td></tr>'+
	'</table>');
	
	$('#iframe_bar_allanrodrigues').css({
		position:'fixed',
		left:'0px',
		top:'0px',
		width:$(window).width(),
		height:30
	});
	
	//$('#div_bar_allanrodrigues').html('<div id="div_bar_allanrodrigues_conteudo"></div>');
	
	/*$('#div_bar_allanrodrigues_conteudo').css({
		background:'url(http://www.allanrodrigues.com.br/imagens/logo_bar.gif)',
		backgroundRepeat:'no-repeat',
		backgroundPosition:'left',
		width:$(window).width(),
		height:'30px'
	});*/
		
		
	
	$(document.body).css({
		//background:'0 30px',
		/*backgroundImage:$(document.body).css('backgroundImage'),
		backgroundColor:$(document.body).css('backgroundColor'),
		backgroundRepeat:$(document.body).css('backgroundRepeat'),
		backgroundPosition:$(document.body).css('backgroundPosition'),*/
		paddingTop:'30px'
		
	});	
}
$(window).resize(function(){
	_bar_allanrodrigues();				  
});
$(function(){
   _bar_allanrodrigues();
});