var CBSNEWS_DELCOUNT_WIDGET_SRC;

// Wide 
if(typeof(CBSNEWS_DELCOUNT_WIDE) != 'undefined' && CBSNEWS_DELCOUNT_WIDE){

	CBSNEWS_DELCOUNT_WIDGET_SRC = 'delegateCountWidgetWide'

	var CBSNEWS_DELCOUNT_WIDTH = '499';
	var CBSNEWS_DELCOUNT_HEIGHT = '180';

// Std Design
} else {

	CBSNEWS_DELCOUNT_WIDGET_SRC = 'delegateCountWidget';

	// Std if no width
	if(typeof(CBSNEWS_DELCOUNT_WIDTH) == 'undefined'){
		var CBSNEWS_DELCOUNT_WIDTH = '270';
	}
	// Std if no height
	if(typeof(CBSNEWS_DELCOUNT_HEIGHT) == 'undefined'){
		var CBSNEWS_DELCOUNT_HEIGHT = '310';
	}

}

document.write('<iframe src="http://election.cbsnews.com/campaign2008/'+CBSNEWS_DELCOUNT_WIDGET_SRC+'.shtml" frameborder="0" scrolling="no" style="border: 1px solid #ccc; overflow: none; width: ' + CBSNEWS_DELCOUNT_WIDTH + 'px; height:' +  CBSNEWS_DELCOUNT_HEIGHT+ 'px;" width="'+CBSNEWS_DELCOUNT_WIDTH+'" height="'+CBSNEWS_DELCOUNT_HEIGHT+'"></iframe>');