/***
 team-coco countdown
 @author travis kuhl (@traviskuhl) 
 @contributor scott rocher (@rochers)
 @date may 2010
 @version 1
 ***/
 
var _coco_countdown_frame = "http://static.teamcoco.com/widgets/countdown-v6.html";

// if CocoWidgetEl is not defined output it now
if ( typeof CocoWidgetEl == 'undefined' ) {
	document.write("<div id='coco-widget'></div>");
	CocoWidgetEl = "coco-widget";
}

document.getElementById('coco-widget').innerHTML = "<iframe scrolling='no' width='300' height='90' frameborder='0' style='width:302px;height:90px;padding:0;margin:0;overflow:hidden' src='"+_coco_countdown_frame+"'></iframe>";