 /*created with knowledge */

 
 if (hasFlash) {
 document.write("You have flash") 
 }
 
 else {
 document.write("Sorry, no Flash")
 
 }
