<br />
<b>Warning</b>:  include_once(./3rdparty/kmessaging/class.KMessaging.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in <b>/home/blogbook/public_html/modules/simple_messaging/simple_messaging_main.php</b> on line <b>2</b><br />
<br />
<b>Warning</b>:  include_once() [<a href='function.include'>function.include</a>]: Failed opening './3rdparty/kmessaging/class.KMessaging.php' for inclusion (include_path='.') in <b>/home/blogbook/public_html/modules/simple_messaging/simple_messaging_main.php</b> on line <b>2</b><br />
 // <![CDATA[ 
function getbutton() {
	
	SIZE = window.parent.SIZE;
	TITLE = window.parent.TITLE;
	var width;
	var height;
	switch(SIZE){
		case 1: 
			width = 16;
			height = 16; 
			break;
		case 2: 
			width = 50;
			height = 10; 
			break;
		case 3: 
			width = 82;
			height = 15; 
			break;
		case 4: 
			width = 93;
			height = 17; 
			break;
		case 5: 
			width = 142;
			height = 26; 
			break;
		case 6: 
			width = 332;
			height = 61; 
			break;
                 
		default:
			width = 332;
			height = 61;
			SIZE = 6;
	}
	if(!TITLE) {
		TITLE = "";
	}
	var url = 'http://www.blogbookmark.com/getbutton.php?size='+SIZE+'&title='+TITLE;
	document.write('<iframe name="bb" width="'+width+'" height="'+height+'" scrolling="no" frameborder="0" src="'+url+'"></iframe>');
}

getbutton();
 // ]]>