$(document).ready(function(){
/*var newsoption = {
  firstname: "mynews",
  secondname: "showhere",
  thirdname:"news_display",
  fourthname:"news_button" 
}
$.init_plus(newsoption);*/
<!-- Para esta web usaremos esta funcionen para borrar opciones q bien por defectocomo los Noticia Siguiente  en Ingles -- >
var newsoption1 = {
  firstname: "mynews2",
  secondname: "showhere1",
  thirdname:"news_display1",
  fourthname:"news_button1",
  playingtitle:"",
	nexttitle:"",
	prevtitle:"",
	newsspeed:'8000'	/*8000*/
}
$.init_plus(newsoption1);


/*    
 $('#news_button1').offset(function(event){
   window.addEvent('domready', function(){
      SexyLightbox = new SexyLightBox({color:'black', dir: 'sexyimages'});
    });
	   // $(document).ready(function(){
     
    //});     

});
*/

var myoffset1=$('#news_button1').offset();
var mytop1=myoffset1.top-1;
$('#news_button1').css({top:mytop1});
});









