function twinsViewer(cURL)
{
var htmlOutput;
htmlOutput = 
'<style type="text/css">'+
'p.twins { margin: 0px; padding:0px; }'+
'div.divTwins { width:580px; text-align: center; }'+
'p.ecSpacer { margin: 0px; padding:0px; font-size:1px; font-family:Arial; height:5px; }'+
'</style> '+
'<div class="divTwins">'+
'<p class="twins"><a href="http://www.earthcam.net" target="_blank"><img src="http://www.earthcam.com/clients/twins/images/highdef_bar.jpg" width="580" height="16" alt="" border="0" /></a></p>'+
'<p class="ecSpacer">&nbsp;</p>'+
'<p class="twins"><a href="'+cURL+'"><img src="'+campath[1463]+'" width="580" height="434" alt="" border="0" /></a></p>'+
'<p class="ecSpacer" style="height:3px;">&nbsp;</p>'+
'<p class="twins"><a href="'+cURL+'"><img src="http://www.earthcam.com/clients/twins/images/clicktocontrol.jpg" width="580" height="22" title="High Definition Webcam" alt="High Definition Webcam" border="0" /></a></p>'+
'<p class="ecSpacer">&nbsp;</p>'+
'<!-- <p style="text-align:right;"><a href="http://www.earthcam.net" target="_blank"><img src="http://www.earthcam.com/clients/twins/images/eclogo.jpg" width="151" height="36" alt="" border="0" /></a></p> -->'+
'</div>';

document.write(htmlOutput);
}




function twinsViewerArchives()
{
	/* old version: 
	var htmlOutput;
	htmlOutput = 
	'<style type="text/css">'+
	'iframe.iframeTwins { height: 590px; width: 100%; text-align: center; border: none; }'+
	'</style> '+
	'<iframe class="iframeTwins" src="http://www.earthcam.net/users2/interface.php?i=0&id=1463&projectid=878&clientid=691">'+
	'</iframe>';
	
	document.write(htmlOutput);
	*/
	
	var _html = "";
	_html = '<iframe width="832" height="565" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.earthcam.com/clients/minnesota_twins/index.php"></iframe>';
	
	document.write(_html);
}




function twinsImageSmall()
{
var htmlOutput;
htmlOutput = 
'<style type="text/css">'+
'p.twins { margin: 0px; padding:0px; }'+
'</style> '+
'<p class="twins"><img src="'+campath[1463]+'" width="275" height="206" alt="" border="0" /></p>';

document.write(htmlOutput);
}
