// JavaScript Document
function PrintThought() 
{  
$data = "Success is really only a measure of what has happened before. — Chris Cornell";
 document.open();
 document.write($data);
}
