var news1 = '<h3>WE MOVED TO OUR NEW FACILITY!</h3>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/foto1.gif" rel="lightbox[news]"><img src="http://www.magnatech-europe.com/images/gallery/new_facility/foto1_thumb.gif" alt="" /</a>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/foto2.gif" rel="lightbox[news]"></a>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/foto3.gif" rel="lightbox[news]"></a>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/foto4.gif" rel="lightbox[news]"></a>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/foto5.gif" rel="lightbox[news]"></a>';
news1+= '<br/>Please <a href="http://www.magnatech-international.com/magnatech_mail.php">click here</a> for our new address details. The official opening will be in the spring 2010.';
            
function showNews(news)
{
    document.getElementById('news').innerHTML = news;
}