-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcopyright.js
More file actions
16 lines (16 loc) · 1.1 KB
/
Copy pathcopyright.js
File metadata and controls
16 lines (16 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
document.write('<div id="bottomruler">');
document.write(' <table>');
document.write(' <tr><td height="2px"></td></tr>');
document.write(' <tr><td height="5px"></td></tr>');
document.write(' </table><br>');
document.write('<p>Copyright © ');
var thisyear = new Date().getFullYear();
if(thisyear > 2013){document.write('2013 - ');}
document.write(thisyear+' Chonglin Zhang - All rights reserved.</p>');
//document.write(' <p><!-- hitwebcounter Code START -->');
//document.write(' <a href="http://www.hitwebcounter.com/countersiteservices.php" target="_blank">');
//document.write(' <img src="http://hitwebcounter.com/counter/counter.php?page=4375313&style=0006&nbdigits=5&type=ip&initCount=0" title="Track Site Visits" Alt="Track Site %Visits" border="0" >');
//document.write(' </a>');
//document.write(' </p>');
document.write('<div style="text-align: center"><script type="text/javascript" src="http://jf.revolvermaps.com/2/4.js?i=5ep26w7jpz3&m=0&h=128&c=ff0000&r=0" async="async"></script></div>');
document.write(' </div>');