Use the following code to display latest odds moves on your site
Copy & Paste the source for your need |
|
|
|
|
| |
Banner 728x90:
timezone:
Europe: zone=1
UK: zone=0
|
|
<iframe src='http://www.oddsdirections.com/banner.php?zone=1' framespacing='0' frameborder='no' scrolling='no' width='728' height='90' resize="no"></iframe> |
| |
| |
The last 100 odd moves:
site=eng - english vers.
site=bg - bulgarian vers.
|
|
<iframe src='http://www.oddsdirections.com/front.php?site=bg' framespacing='0' frameborder='no' scrolling='no' width='969' height='6000' resize="no"></iframe> |
| |
| |
 |
|
1. Between <head> and </head> put the following source:
<script type="text/javascript">
function Image()
{
var now = new Date();
if (document.images) {
document.images.FixedOdds.src = 'http://www.oddsdirections.com/images/odds.png?' + now.getTime();
}
setTimeout ('Image()',60000);}
setTimeout ('Image()',60000);
</script>
2. And your image source:
<a href="http://www.oddsdirections.com">
<img src = "http://www.oddsdirections.com/images/odds.png" name = "FixedOdds" width="120" height="130" border=0 alt = "Your odds movements"></a> |
| |
| |
|
|
1. Between <head> and </head> put the following source:
<script type="text/javascript">
function Image()
{
var now = new Date();
if (document.images) {
document.images.AsianHand.src = 'http://www.oddsdirections.com/images/asianhand.png?' + now.getTime();
}
setTimeout ('Image()',180000);}
setTimeout ('Image()',180000);
</script>
2. And your image source:
<a href="http://www.oddsdirections.com">
<img src = "http://www.oddsdirections.com/images/asianhand.png" name = "AsianHand" width="120" height="130" border=0 alt = "Your asian lines movements"></a> |