Here is the code to embed the current image from a webcam in a website. Please copy and paste into note pad and then move into your website. Notepad will keep the code intact. Otherwise a < is shown as < and the code will not run. You should see the < when you paste into your website. Please contact us to talk about the account name.
<script language="javascript" type="text/javascript" >
<!--
function ChangeMedia(){
var d = new Date();
var t = d.getTime();
document.getElementById('camara').src = "http://wingsvirtualtours.com/webcams/ACCOUNT_NAME/streaming/current.jpg?"+t;
}
var reloadcam = setInterval("ChangeMedia()",1000);
-->
</script><a href="http://wingsvirtualtours.com/webcams/ACCOUNT_NAME/streaming/current.jpg">
<img src="http://wingsvirtualtours.com/webcams/ACCOUNT_NAME/streaming/current.jpg" alt="Loading..." name="camara" border="0" id="camara" width="100%" /> </a>