
// Replace with your URL here
var image_dir="http://ShipWatcher.com/images";

var tags;
var groupName;
var webCams;
webCams = ' Webcams ';

if(group==1) {
    groupName='P\&O ';
    tags='0d12115a3';
} else if(group==2) {
    groupName='P\&O Australia ';
    tags='0d122953f';
} else if(group==3) {
    groupName='Cunard ';
    tags='0d123f507';
} else if(group==4) {
    groupName='Princess ';
    tags='0d1240c00';
} else if(group==5) {
    groupName='QE2 ';
    tags='0d125fef6';
} else if(group==6) {
    groupName='Hurtigruten ';
    tags='0d115c914';
} else if(group==7) {
    groupName='Cruise Ships ';
    tags='0dfe9a0a5';
    webCams = '';
} else if(group==8) {
    groupName='Ocean Liners ';
    tags='0dfeaf4fd';
    webCams = '';
} else {
    groupName='';
    tags='0d11c87ea';
}

document.write('<table border=0 cellpadding=0 cellspacing=0><tr><td align="center">');
if(typeof(noBanner)=='undefined') {
//    document.write('<a href="http://ShipWatcher.com" target="_blank"><img width="310" src="' + image_dir + '/swbutton.GIF"/></a></br>');
    document.write('<span style="font-size: 8pt; font-family: Arial"><a href="http://ShipWatcher.com" target="_blank">' + groupName + webCams + 'at ShipWatcher.com</a></span></br>');
  }
document.write('<object width="320" height="240"><param name="allowFullScreen" value="true" /><param ');document.write('name="flashvar" value="disabledControls=link,email,html&amp;controller=autohide"/><param name="movie" ');document.write('value="http://www.vuvox.com/presentations/' + tags + '.swf"/><embed ');document.write('src="http://www.vuvox.com/presentations/' + tags + '.swf" ');document.write('flashvars="disabledControls=link,email,html&amp;controller=autohide" allowFullScreen="true" ');document.write('type="application/x-shockwave-flash" width="320" height="240"></embed></object>');
document.write('<form action="http://www.google.com.au/cse" id="cse-search-box" target="_blank">');
document.write('<div>');
document.write('<input type="hidden" name="cx" value="partner-pub-9121250428787687:wfy9ga-af4k" />');
document.write('<input type="hidden" name="ie" value="ISO-8859-1" />');
document.write('<input type="text" name="q" size="25" />');
document.write('<input type="submit" name="sa" value="Search" />');
document.write('</div>');
document.write('</form>');
document.write('<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>');
document.write('</td></tr></table>');

