
/* 

This code will appear at the botto of every page for DMB Times LLC

You can quckly change the code by changing the variables

Contact DMBTimesInc@aol.com with any questions

*/

var phone = "1-866-908-7772";

var email = "DMBTimesInc@aol.com";

var confee = "$2.00";

var usfee = "$2.00";

var intfee = "$2.50";

var disc = "US Callers " + usfee + "   |   International Calls " + intfee + " per minute <br />There is a " + confee + " Connection Fee<br /> ALL CALLS ARE TOLL FREE & discreetly billed as <b><i>DMB Times LLC and/or BBE Technologies<i><b><br />Customer Service Number " + phone + "  | <a href=" + "mailto:" + email + ">Customer Service EMAIL</a><br />All material protected by U.S. Copyright&copy; 2010 <br />COPYRIGHT DMBTimes, Inc. All rights reserved<br /><br />";

//Display Disclamer Text

document.write(disc);
