document.write('<link rel="stylesheet" type="text/css" href="http://www.naslu.com/css/SyntaxHighlighter.css" />');
document.write('<p style="font-family: Arial;font-size:16px;color: #444444;font-weight: bold;">');
document.write('<a href="http://www.naslu.com/resource.aspx?id=1">Hola Mundo en C</a>');
document.write('</p>');
document.write('<textarea name="code" id="code" class="cpp" rows="1" cols="1">');
document.write('#include <stdio.h>\n\nint main(int argc, char * argv[])\n{\n    printf("Hola Naslu\\n");\n    return 0;\n}');
document.write('</textarea>');
document.write('<script languaje="javascript" type="text/javascript">');
document.write('dp.SyntaxHighlighter.ClipboardSwf = \'http://www.naslu.com/flash/clipboard.swf\';dp.SyntaxHighlighter.HighlightAll("code");');
document.write('</script>');
document.write('<a href="http://www.naslu.com" style="font-family:Arial;font-size:9px;color:#444444;font-weight:bold;">Powered by naslu.com</a>');