function fudgemylife_widget(type, width, count){
	if (!width) width = 275;
	if (!count) count = 5;
        height = Math.round((290/ 5) * count);
	var Script_URL = 'http://chromespot.com/tweets/';	
	document.write('<iframe height="'+height+'" frameborder="0" src="'+Script_URL+'widget.php?type='+type+'&width='+width+'&count='+count+'" width="'+width+'" scrolling="no"  allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0"></iframe>');
	
}
