| Widgets
Aulavox
Código
Copie o código abaixo e insira na sua
página html.
<table width="180"
border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="http://www.aulavox.com/widget/images/rss_3ead.gif"
width="180" height="80"></td>
</tr>
<tr>
<td width="2"><img src="http://www.aulavox.com/rss/images/rss-mais_03.gif"
width="2" height="200"></td>
<td width="175" valign="top" bgcolor="#FFFFFF"><script
language="JavaScript">
var iframesrc="http://www.aulavox.com/widget/rss_3ead.php"
document.write('<iframe id="newsFeed" src="'+iframesrc+'"
width="174" height="200" marginwidth="0"
marginheight="0" leftMargin="0" topMargin="0"
hspace="0" vspace="0" frameborder="0"
scrolling="no"></iframe>')
</script> <script language="JavaScript">
var maxTime= "30:00"
if (document.images){
var TimeRefresh=maxTime.split(":")
TimeRefresh=TimeRefresh[0]*60+TimeRefresh[1]*1
}
function startRefreshNow(){
if (!document.images)
return
if (TimeRefresh==1)
window.location.reload()
else{
TimeRefresh-=1
currentMinute = Math.floor(TimeRefresh/60)
currentSecond=TimeRefresh%60
if (currentMinute!=0)
currentTime = currentMinute + currentSecond
else
currentTime = currentSecond
setTimeout("startRefreshNow()",500)
}
}
window.onload = startRefreshNow
//-->
</script></td>
<td width="3"><img src="http://www.aulavox.com/rss/images/rss-mais_05.gif"
width="3" height="200"></td>
</tr>
<tr>
<td colspan="3"><img src="http://www.aulavox.com/rss/images/rss-mais_06.gif"
width="180" height="3"></td>
</tr>
</table>
|