// JavaScript Document

var BFSearch = {
	SiteJump: function (siteurl) {
		// alert(siteurl);
		window.location = siteurl;

	}}