var cText = ''
cText += '<h2>'
cText += '<center>'
cText += 'The HomePage of the TAU <font color=#ff0000>Astrophysics Department'
cText += '</font> has been transferred to <p>'
cText += '<a href="http://www.astro.tau.ac.il">http://www.astro.tau.ac.il</a>'
cText += '<p>Please update your link!</h2><p>'
cText += '</center>'
document.write(cText) 


