5 lines
636 B
JavaScript
5 lines
636 B
JavaScript
|
|
if (location.toString().indexOf("Member_Index.aspx") != -1) {
|
||
|
|
document.write('<DIV align=center ID="hiddenLayer" style="display: none;">');
|
||
|
|
document.write('<a href="http://skads.gxsky.com/sk/skClick.asp?Location=8" target=_blank><img src="http://images.gxsky.com/dyf/2014/4/gl3.jpg" border=0 width="1000" height="560" alt="" align=top></a></DIV>');
|
||
|
|
function changediv() { document.getElementById('hiddenLayer').style.display = "block"; setTimeout("hidediv()", 20000); } function hidediv() { document.getElementById('hiddenLayer').style.display = "none"; SYtag = 2; } function showfull() { setTimeout("changediv()", 2000); } showfull()
|
||
|
|
}
|