/* === bvnblog.js === */

jQuery( function( $ ) {

	// overLabel on blog search:
	$("#blogNav label").overLabel();
	
	// print window popup:
	$("#functiePrint").popLink( {
		target:	this.target,
		width:	800,
		height:	400,
		print:	true,
		props:	["scrollbars","resizable"]
	} );
	
} );
