/*
function marlinsViewer(cURL)
{
var htmlOutput;
htmlOutput = 
'<style type="text/css">'+
'p.marlins { margin: 0px; padding:0px; }'+
'div.divMarlins { width:580px; text-align: center; }'+
'p.ecSpacer { margin: 0px; padding:0px; font-size:1px; font-family:Arial; height:5px; }'+
'</style> '+
'<div class="divMarlins">'+
'<p class="marlins"><a href="http://www.earthcam.net" target="_blank"><img src="http://www.earthcam.com/clients/floridamarlins/images/highdef_bar.jpg" width="580" height="16" alt="" border="0" /></a></p>'+
'<p class="ecSpacer">&nbsp;</p>'+
'<p class="marlins"><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="marlins"><a href="'+cURL+'"><img src="http://www.earthcam.com/clients/floridamarlins/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/floridamarlins/images/eclogo.jpg" width="151" height="36" alt="" border="0" /></a></p> -->'+
'</div>';

document.write(htmlOutput);
}
*/



function marlinsViewerArchives()
{
	
	var _html = "";
	_html = '<iframe width="832" height="600" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="http://www.earthcam.com/clients/floridamarlins/index.php"></iframe>';
	
	document.write(_html);
}



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

document.write(htmlOutput);
}
*/