// JavaScript Document
<!-- 
var url = "http://www.victorymbchurch.com/"; 
var title = "Victory Missionary Baptist Church - www.victorymbchurch.com"; 
function makeLink(){ 
if(document.all) 
window.external.AddFavorite(url,title) 
} 
// --> 

<!--
//Pops
function popUp(url){
	window.open(url,"pop","width=500,height=425,toolbars=0,scrollbars=1")
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function remove(el) {
  if (el.defaultValue==el.value) el.value = ""
}

//-->