function rating_system() {
document.write( '
Rate this Article(Just click on a choice to submit)
For me this article ...
Use the
Feedback form to tell us more about this article
');
}
function rs_submit() {
document.rating_system.submit();
}
rating_system();