Checking out the EVB I need this code for my site ContestLive.com
External Vote Button
It says use this code
Code:
<script type="text/javascript" src="http://domain.com/evb/check_url.js.php"></script>
so to replace it I would use
Code:
<script type="text/javascript" src="http://contestlive.com/evb/check_url.js.php"></script>
When I put it in a blogpost on another blog etc, it doesnt work. Help?