function teladvantage()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<p class="center"><a href="http://www.easycall.net/jump.php?m=tel3" target="_blank"><img src="http://www.easycall.net/images/tel3_96x90_1.gif" border="0"></a></p>'); } // blue
if (ranNum == 1){document.write('<p class="center"><a href="http://www.easycall.net/jump.php?m=tel3" target="_blank"><img src="http://www.easycall.net/images/tel3_96x90.gif" border="0"></a></p>'); } // green
if (ranNum == 2){document.write('<p class="center"><a href="http://www.easycall.net/jump.php?m=tel3" target="_blank"><img src="http://www.easycall.net/images/tel3_20x60.gif" border="0"></a></p>'); } // lady
if (ranNum == 3){document.write('<p class="center"><a href="http://www.easycall.net/jump.php?m=tel3_mobile" target="_blank"><img src="http://www.easycall.net/images/tel3_125x125_1.gif" border="0"></a></p>'); } // blackberry
if (ranNum == 4){document.write('<p class="center"><a href="http://www.easycall.net/jump.php?m=tel3_mobile" target="_blank"><img src="http://www.easycall.net/images/tel3_125x125.gif" border="0"></a></p>'); } // smartphone
}