// JavaScript Document

 function copyright( )
 {
 document.write ("&copy;2011");
 }


