/*
 * Vogel Widget Engine
 */ 
function getWidget(INT_booking_id, STR_widget_width, STR_widget_height, BOO_count)
{
	var STR_param = '';
	if (BOO_count == false) { STR_param = '?nocount=1'; }
	document.write('<iframe class="widgetframe" src="http://widget.vogel.de/getframedwidget/' + INT_booking_id + STR_param + '" style="height:' + STR_widget_height + '; width:' + STR_widget_width + '; padding:none; margin:none; border:none;" frameborder="0"></iframe>');
	return false;	
} // end function