var sitename='lalaguna_beach'
var siteheader='Live pictures from the Gecko Bar! <br /> Big La Laguna Beach, Puerto Galera'
function MyCamAsia() {
document.write('  <style type="text/css">')
document.write('  body {')
document.write('    color: black;')
document.write('    background-color: #FFFFFF ;}')
document.write('  h3 {')
document.write('    color: black;')
document.write('    background-color: #FFFFFF ;')
document.write('    font-family: arial;')
document.write('    font-size: 18px; color: #000080;')
document.write('    font-weight: bold;}')
document.write('    }')
document.write('  </style>')
document.write(' <table width="438" border="0" align="center" cellpadding="0" cellspacing="0">')
document.write(' <tr>')
document.write(' <td>')
document.write(' <div align="center"><H3>')
document.write(siteheader)
document.write('</H3></div>')
document.write(' </td>')
document.write(' </tr>')
document.write(' <tr>')
document.write(' <td valign="top" Align="Center">')
document.write(' <a href="http://www.mycam-asia.tv/cams/philippines/luzon/')
document.write(sitename)
document.write('/display_current.php" border="0" target="_blank">')
document.write(' <IMG src="http://www.mycam-asia.tv/cams/philippines/luzon/')
document.write(sitename)
document.write('/current/current.jpg" alt="" border="0" width="423" height="317" border="1" name="mycamrefresh" id="mycamrefresh">')
document.write('</a>')
document.write(' </td>')
document.write(' </tr>')
document.write(' <tr>')
document.write(' <td Align="Center">')
document.write(' <table>')
document.write(' <tr>')
document.write(' <!--Start of Email to a friend-->')
document.write(' <td Align="Center">')
document.write(' <table width="150">')
document.write(' <tr>')
document.write(' <td align="Center">')
document.write(' <span title="Email Webcam Image to a Friend">')
document.write(' <a href="http://www.mycam-asia.tv/cams/philippines/luzon/')
document.write(sitename)
document.write('/display_current.php" target="_blank">')
document.write(' <img src="http://www.mycam-asia.tv/images/button-emailmytv_1.jpg" alt="Email Webcam Image to a Friend" Title="Email Webcam Image to a Friend" width="41" height="41" border="0" />')
document.write(' </a>')
document.write(' </span>')
document.write(' </td>')
document.write(' </tr>')
document.write(' <tr>')
document.write(' <td align="Center">')
document.write(' Email Webcam Image to a Friend')
document.write(' </td>')
document.write(' </tr>')
document.write(' </table>')
document.write(' </td>')
document.write(' <!--End  of Email to a friend-->')
document.write(' <!--Start of Sunrise selection   -->')
document.write(' <td Align="Center">')
document.write(' <table width="125">')
document.write(' <tr>')
document.write(' <td align="Center">')
document.write(' <span title="View Sunrise / Sunset">')
document.write(' <a href="http://www.mycam-asia.tv/cams/philippines/luzon/')
document.write(sitename)
document.write('/display_Sunrise_Sunset.php" target="_blank">')
document.write(' <img src="http://www.mycam-asia.tv/images/button-sunrisemytv.jpg" alt="View Sunrise / Sunset" title="View Sunrise / Sunset" width="41" height="41" border="0" />')
document.write(' </a>')
document.write(' </span>')
document.write(' </td>')
document.write(' </tr>')
document.write(' <tr>')
document.write(' <td Align="Center">')
document.write(' Sunrise / Sunset <BR> <BR>')
document.write(' </td>')
document.write(' </tr>')
document.write(' </table>')
document.write(' </td>')
document.write(' <!--End of Sunrise selection   -->')

document.write(' <!--Start of display selection   -->')
document.write(' <td Align="Center">')
document.write(' <table width="150">')
document.write(' <tr>')
document.write(' <td align="Center">')
document.write(' <span title="View More about this Webcam">')
document.write(' <a href="http://www.mycam-asia.tv/cams/philippines/luzon/')
document.write(sitename)
document.write('/displaylasthourhs.php" target="_blank">')
document.write(' <img src="http://www.mycam-asia.tv/images/button-timemytv_1.jpg" alt="View More about this Webcam" title="View More about this Webcam" width="41" height="41" border="0" />')
document.write(' </a>')
document.write(' </span>')
document.write(' </td>')
document.write(' </tr>')
document.write(' <tr>')
document.write(' <td Align="Center">')
document.write(' View More about this Webcam')
document.write(' </td>')
document.write(' </tr>')
document.write(' </table>')
document.write(' </td>')
document.write(' <!--End of display selection   -->')
document.write(' </tr>')
document.write(' </table>')
document.write(' </td>')
document.write(' </tr>')
document.write(' </table>')

}
var t = 30 // interval in seconds');
image = "http://www.mycam-asia.tv/cams/philippines/luzon/"+sitename+"/current/current.jpg"
image1 = "http://www.mycam-asia.tv/cams/philippines/luzon/"+sitename+"/current/current1.jpg"
function MyCamAsiaStart() {
tmp = new Date();
tmp = "?"+tmp.getTime()
document.images["mycamrefresh"].src = image+tmp
setTimeout("MyCamAsiaStart1()", t*1000)
}
function MyCamAsiaStart1() {
tmp = new Date();
tmp = "?"+tmp.getTime()
document.images["mycamrefresh"].src = image1+tmp
setTimeout("MyCamAsiaStart()", t*1000)
}
