document.writeln('');
document.writeln('function get_url_rich()');
document.writeln('{');
document.writeln('var your_url=document.location.href');
document.writeln('var rich = "";');
document.writeln('rich = rich + "";');
document.writeln('document.write(rich);');
document.writeln('}');
document.writeln('get_url_rich();');
document.writeln('');