var news1 = '<h3>OUR NEW FACILITY</h3>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/magnatech_foto1.jpg" rel="lightbox[news]"><img src="http://www.magnatech-europe.com/images/gallery/new_facility/thumb.jpg" alt="" /></a>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/magnatech_foto2.jpg" rel="lightbox[news]"></a>';
news1+= '<a href="http://www.magnatech-europe.com/images/gallery/new_facility/magnatech_foto3.jpg" 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.';
            
function showNews(news)
{
    document.getElementById('news').innerHTML = news;
}
