Heisenberg submitted a new resource:
You must be registered for see links
- ads fieldsvB Version: 3.8.x
code want location You can put
Code:<script language=javascript> function sdivclick(a) { a.children(0).click(); } function sdivover(a,c,u) { a.style.background=c; a.style.border='1px solid #CC0000'; a.children(0).style.textDecoration='underline'; a.children(0).style.color='#cc0000'; window.status = u + ' adresine git'; return true; } function sdivout(a,c) { a.style.background=c; a.style.border='1px solid #333333';...
You must be registered for see links
Last edited:
