function setAdBackground(){

    var thisParent
	
    thisParent = window.parent.document.title;
//    thisParent = thisParent.substr(23, thisParent.length - 1);
//  alert(thisParent);
    switch (thisParent) {
    	case "BEASinc" :
	    window.document.body.background = "Gray_Textured62B0.gif";
	    break;
    	case "BEASinc AppDev" :
	    window.document.body.background = "Gray_Textured62B0.gif";
	    break;
    	case "BEASinc WebDev" :
	    window.document.body.background = "Gray_Textured62B0.gif";
	    break;
    	case "BEASinc Info" :
	    window.document.body.background = "Gray_Textured62B0.gif";
	    break;
    	case "Welcome to Whats For Dinner" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#CCCCFF";
	    break;
    	case "About Cookbook" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#CCCCFF";
	    break;
    	case "Cookbook List" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#CCCCFF";
	    break;
    	case "Category List" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#CCCCFF";
	    break;
    	case "Recipe List All" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#CCCCFF";
	    break;
    	case "Recipe List" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#CCCCFF";
	    break;
    	case "Your Place" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#C0C0C0";	
	    break;
    	case "Sign In" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#C0C0C0";	
	    break;
    	case "Cancel Action" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#C0C0C0";	
	    break;
    	case "Register" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#C0C0C0";
    	case "Member Information" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#C0C0C0";	
	    break;
    	case "Application Problems" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#BFD5C5";	
	    break;
    	case "How It Works" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#BFD5C5";	
	    break;
    	case "Suggestions" :
	    window.document.body.background = "";
	    window.document.body.bgColor = "#BFD5C5";	
	    break;
    }


}