(function(){
	var type=typeof ig_type=='number'?ig_type:1;
	var test=typeof ig_test=='string'?ig_test:'0';
	var u=typeof ig_url=='string'?ig_url:window.location.href;
	if (type <= 2) {
		h=67;w=54;
	} else if (type <= 4) {
		h=77;w=48;
	} else if (type <= 7) {
		h=22;w=133;
	} else if (type <= 10) {
		h=18;w=129;
	} else if (type <= 12) {
		h=20;w=104;
	} else if (type <= 15) {
		h=20;w=77;
	} else if (type <= 19) {
		h=20;w=97;
	} else if (type <= 22) {
		h=18;w=120;
	} else if (type <= 24) {
		h=20;w=105;
	} else {
		type=1;
		h=67;w=54;
	}
	
	document.write("<iframe src='http://www.infogue.com/widgets/widget_contribution.php?url="+escape(u).replace(/\+/g,'%2b')+('&type='+escape(type))+('&test='+escape(test))+
	(typeof ig_title=='string'?('&title='+escape(ig_title)):'')+
	(typeof ig_window=='string'?('&window='+escape(ig_window)):'')+
	(typeof ig_desc=='string'?('&desc='+escape(ig_desc)):'')+
	(typeof ig_media=='string'?('&media='+escape(ig_media)):'')+
	(typeof ig_topic=='string'?('&topic='+escape(ig_topic)):'')+
	"' height='"+h+"' width='"+w+"' frameborder='0' scrolling='no'></iframe>");})()