function ViewLastComment(user,msgid,id,l,s)
{
fw = window.open("http://feedbackbox.de/feedback.php?user="+user+"&type=popup&msgid="+msgid+"&l="+l+"&s="+s+"#"+id,"feedback"+user,"width=260,height=400,scrollbars=yes");
fw.focus();
}
document.open();
document.write("Newest Comments:
");
document.write("Roger
");
document.write("Robert
");
document.write("Pam
");
document.write("Synove
");
document.write("Locki & Martina
");
document.close();