var SBKB_w = '250';
var SBKB_h = '250';
var SBKB_c = null;
if ( typeof( window[ 'SBKB_width' ] ) != "undefined" ) {
	if (SBKB_width=='200px') {
		SBKB_w=200;
		SBKB_h=270;
	} else if (SBKB_width=='300px') {
		SBKB_w=300;
	}
}
if ( typeof( window[ 'SBKB_color' ] ) != "undefined" ) {
	SBKB_c = SBKB_color;
}
if (SBKB_c != null) {
	document.write('<iframe src="http://sbkb.org/Widget/index.jsp?SBKB_width='+SBKB_w+'&SBKB_color='+SBKB_c+'" width="'+SBKB_w+'" height="'+SBKB_h+'" style="border: none" frameborder="no" scrolling="no"></iframe>');
} else {
	document.write('<iframe src="http://sbkb.org/Widget/index.jsp?SBKB_width='+SBKB_w+'" width="'+SBKB_w+'" height="'+SBKB_h+'" style="border: none" frameborder="no" scrolling="no"></iframe>');
}

