document.write(""); document.write("
"); document.write(" "); document.write("
"); /*document.write("
"); document.write(""); document.write("
");*/ var intoTop=500;var win = $(window); document.write(""); function goTop(){ $('html,body').animate({'scrollTop':0},600); } function showTop() { if (win.scrollTop() > intoTop) { $("#gotopin").fadeIn(); } else {$("#gotopin").fadeOut();} }