var nextpage=document.getElementById("next").innerHTML;
document.write('<p class="next">');
document.write(nextpage);
document.write('</p>');
