xpunchme_js=
'<applet code="punchme.class" width="150" height="220">'+
'<param name="Notice"              value="Applet by www.CodeBrain.com">'+
'<param name="Image1"              value="pic1.jpg">'+
'<param name="Image2"              value="pic2.jpg">'+
'<param name="Image3"              value="pic3.jpg">'+
'<param name="SoundFile"           value="sound.au">'+
'<param name="Link"                value="">'+
'<param name="Target"              value="">'+
'<param name="StatusBarText"       value="Punch the man...">'+
'</applet>';
function xf_punchme_js(){
document.write(xpunchme_js);
}


