<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth		= "150"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "40"		// INCREASE PAGE HEIGHT

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH


var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES


var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var bordercolor		= "60583C"	// IMAGE BORDER COLOR


// TEMPLATE DATE

var showd		= "yes"  	// SHOW THE DATE
var dateLR		= "right"  	// DATE LEFT OR RIGHT
var dateX		= "35"  	// DATE X LOCATION
var dateY		= "135"  	// DATE Y LOCATION


var showlogin		= "no"		// SHOW THE LOGIN FORM
var loginLR		= "left"	// LOGIN FORM LEFT OR RIGHT
var loginX		= "10"		// LOGIN FORM X LOCATION
var loginY		= "130"		// LOGIN FORM Y LOCATION
var loginwidth		= "130"		// WIDTH OF THE LOGIN FORM
var logintext		= "Members Login"	// TEXT ABOVE LOGIN FORM


// LOGIN FORM
   if (showlogin == "yes") {

document.write('<div id="login" style="'+loginLR+': '+loginX+'px; POSITION: absolute; TOP: '+loginY+'px; width: auto; z-index: 1;">')
document.write('<TABLE cellpadding="0" cellspacing="2" border="0" width="'+loginwidth+'"><tr><td colspan="2" class="sidebartext">')
document.write(''+logintext+'<br>')
document.write('</td></tr><tr><td align="left">')
document.write('<form action="http://www.info-mall.com/amember/login.php" method="post">');
document.write('<p align="right">');
document.write('<font face="Arial" size="1"><b>User:');
document.write('<input type="text" name="amember_login" size="10">');
document.write('<br>');
document.write('<font face="Arial" size="1"><b>Pass:');
document.write('<input type="password" name="amember_pass" size="10">');
document.write('<br>');
document.write('<input type="submit" value="Login">');
document.write('</p>');
document.write('</form>');
document.write('</td></tr></table>')
document.write('<p>')
document.write('</div>')
}

document.write('<img src="picts/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"></a><br>');





// 1ST NOTES AREA
   if (notes1 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('Unlimited Searches<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('Get Unlimited Background Searches with any membership option for $10 more');

document.write('<br><a href="http://stonepub.bigdeals3.hop.clickbank.net?xpath=register&gc_price=3&tid=sidebar" target="_blank">Register Here</a><br>');

document.write('</td></tr></table>');
document.write('<br><br>');
}





// 2nd NOTES AREA
   if (notes2 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('Testimonials<br>');

document.write('</td></tr><tr><td class="note-text">');







document.write('“Your unlimited people search feature is the best. Other websites charge a lot of money for one search and you offer unlimited searches for one price. Can’t beat your prices!”');

document.write('<p>Bhavik P – Syracuse , NY');


document.write('<br>');
document.write('<hr>');

document.write('“Your website and data is awesome! I never realized that you can access so much private information online and without any restrictions”');

document.write('<p>Brenda W - Baton Rouge , LA');

document.write('<br>');
document.write('<hr>');

document.write('“Someone was constantly calling me and harassing me. I tried to trace the number without any success and later found out that is a unpublished number. As my last resort, I tried your website and it actually found the number. Thank you!”');

document.write('<p>Taylor L – Burbank , CA');

document.write('<br>');
document.write('<hr>');







document.write('<br><a href="testamonials.htm">Read More Testimonials</a><br>');

document.write('</td></tr></table>');
document.write('<br><br>');
}








// SMALL PICTURE AREA
   if (showimage == "yes") {

document.write('<br><TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
document.write('<p align="center"><a href="http://www.floridagrace.com/" target="_blank"><img src="picts/biblestudy155.jpg" width="155" height="122" border="0"></a><br>')
document.write('</td></tr></table>')
document.write('<br><br>')
}




// START DATE SCRIPT


   if (showd == "yes") {
document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday,","Monday,","Tuesday,","Wednesday,","Thursday,","Friday,","Saturday,")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
}



document.write('<img src="picts/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"></a><br>');


//  End -->