<!-- SLIDE DE NOTICIAS DE DESTAQUE HOME -->

$(document).ready(function(){
var newsoption1 = {
  	firstname:  "mynews",
	secondname: "showhere",
	thirdname:"news_display",
	fourthname:"news_button",
	playingtitle:"Now Playing:",
	nexttitle:"Próxima:",
	prevtitle:"Anterior:",
	newsspeed:'8000',
	effectis:'1',
	mouseover:true,
	newscountname:"test",
	disablenewscount:false
}
$.init_news(newsoption1);

var myoffset=$('#news_button').offset();

var mytop=myoffset.top-1;

$('#news_button').css({top:mytop});

});