var item = new Array();

// "Page Name","path","Page Title","Many,Key,Words","Descriptive Comments"
  
c=0; item[c]=new Array("index.html","","Home","index,main,start,home,front,aaalandlord","In this day and age managers and owners need an efficient, thorough background check to protect their residents, employees, and investments. We have spent several years compiling a system that will ensure the most up to date and accurate data at a reasonable rate..."); 

c++; item[c]=new Array("resident_screening.html","","Resident Screening","resident,resident screening,residents,residents screening,screenings,screening,residents screenings,tenant,tenant screening","Every other month we teach Landlords about Tenant Screening at the Crime Free Housing Seminars.We have come to a time where we have to protect ourselves and our property from criminals...");

c++; item[c]=new Array("employment_screening.html","","Employment Screening","screening,screenings,employment,employee,employment screening,employment screenings,employments screenings,employments screening,tenant,tenant screening","In todays competitive markets it is imperative you hire a trustworthy individual to help build your company, handle money, or be in control of company assets.  By running an employment search you can protect your employees, clients, assets, and more...");

c++; item[c]=new Array("process_serving.html","","Process Serving","process,serving,process serving","We can serve any court documents...");

c++; item[c]=new Array("evictions.html","","Evictions","evictions,eviction,evict","Nothing is worse than the 1st of the month has gone by and NO rent check. We hear the excuses and stories, and we want to believe them, but eventually if they don't produce we have to start the eviction process. This is where we make it so easy.");

//c++; item[c]=new Array("contact_us.html","","AAA Landlord Online Contact Form","contact,contact form","PHONE: 480.668.5953, FAX: 480.668.7425...");

//c++; item[c]=new Array("tenant_info.html","","Arizona Resident Screening","arizona,arizona resident, screening,arizona resident screening","Our Goal is to help our clients manage their properties efficiently. This takes training and education. We are in a market that is always changing. Some schedules and links are below to help you manage.");

c++; item[c]=new Array("Arizona_City_List.html","","Arizona Cities","arizona,arizona cities","AAA Landlord Services - Arizona Cities List, sorted by cities...");

c++; item[c]=new Array("login.html","","Resident and Employment Screening Login","login,resident login,resident and employment login","Resident and Employment Screening Login. Enter you username and password...");

c++; item[c]=new Array("packages_pricing.html","","Package Pricing","package,pricing,package pricing","Packages and Pricing - Commercial Package, Investigational Decision Package...");

c++; item[c]=new Array("suredecision.html","","Sure Decision","sure decision, decision","With identity theft on the incline, our government and credit bureaus are changing the way people qualify to get access to credit information. A recent 11 million dollar lawsuit against a large information company has made credit companies re-evalute their qualifying criteria...");

//c++; item[c]=new Array("5DayeNotice.html","","Five Day Notice","five day, 5 day, five day notice, 5 day notice, notice, registration, register, 5 day notice registration, five day notice registration","AAA Landlord 5 day notice. This requires username and password connecting to server www.aaalandlord.info...");

c++; item[c]=new Array("5DayRegForm.html","","AAA Landlord 5 Day Notice Registration Form","fiveday,5 day,fiveday registration,5day registration,register,register fiveday, registration","AAA Landlord 5 Day Notice Registration Form. Enter the required fields...");

c++; item[c]=new Array("EmpCrditScrnReg.html","","AAA Landlord Employment Credit Screening Registration Form","employment credit screening registration, registration, screening, credit, employment","AAA Landlord Employment Credit Screening Registration Form. Enter the required fields...");

//c++; item[c]=new Array("aaa_referrals.html","","AAA Landlord Referrals","referrals,aaa landlord referrals","AAA Landlord referrals. Attorney, Pool Repair, Property Management, Mortgage Broker...");

//c++; item[c]=new Array("aaa_training.html","","Crime Free Housing Seminar","training,seminar,aaa landlord traning,aaa landlord seminar,crime free housing seminar,housing seminar","Crime free housing seminar, this is a must (FREE)...");

c++; item[c]=new Array("contact_us.php","","AAA Landlord Online Contact Form","contact form,contact number,aaa landlord online contact form,online contact form,contact us,contact","AAA landlord contact form, phone:480.668.5953, fax:480.668.7425...");

//c++; item[c]=new Array("contact_us_FeedbackFormPage.html","","Feedback Form Page","feedback,feedback form,feedback form page","AAA landlord feedback form, enter your comment and send it to us. Thanks...");

//c++; item[c]=new Array("found_rental.html","","Found Rental Online","rental search,rental","We want to hear about your needs. Please let us know by either calling us at (480) 668-5953 or using the automated response form supplied below.  Our services agents will respond to your questions shortly...");

//c++; item[c]=new Array("investigations.htm","","Investigations","investigate,investigation,aaa landlord investigation","We are an information company. We do not follow cheating husbands or do any surveillance. For more information and costs of services,  please contact us by email or phone...");

//c++; item[c]=new Array("other_notices.html","","Download Notices and Forms","investigate,investigation,aaa landlord investigation","Other notices and forms to download.(Click on the Provided Links below to view and print!)...");

//c++; item[c]=new Array("referral_services.htm","","AAA Landlord Referral Services","referrals,referral service","Our referrals do not pay us to be on this site. These are companies we have used in the past. They have high integrity...");

//c++; item[c]=new Array("referral_training.html","","AAA Landlord Referral Training","referrals,referral training","Our Goal is to help our clients manage their properties efficiently. This takes training and education. We are in a market that is always changing. Some schedules and links are below to help you manage...");

c++; item[c]=new Array("http://www.mesamortgage.com/","","Mesa Mortgage Inc.","mesa,mortgage,mesa mortgage","Mesa Mortgage, Lowest rates and fees in the state. We have the experience, we make it simple...");

page="<html><head><title>Search Results</title></head><body bgcolor='white'><center><table border=0 cellspacing=10 width=80%>";

function search(frm) {
win = window.open("","","scrollbars");
win.document.write(page);
txt = frm.srchval.value.split(" ");
fnd = new Array(); total=0;
for (i = 0; i < item.length; i++) {
fnd[i] = 0; order = new Array(0, 4, 2, 3);
for (j = 0; j < order.length; j++)
for (k = 0; k < txt.length; k++)
if (item[i][order[j]].indexOf(txt[k].toLowerCase()) > -1 && txt[k] != "")
fnd[i] += (j+1);
}
for (i = 0; i < fnd.length; i++) {
n = 0; w = -1;
for (j = 0;j < fnd.length; j++)
if (fnd[j] > n) { n = fnd[j]; w = j; };
if (w > -1) total += show(w, win, n);
fnd[w] = 0;
}
win.document.write("</table><br>Total found: "+total+"<br></body></html>");
win.document.close();
}
function show(which,wind,num) {
link = item[which][1] + item[which][0]; 
line = "<tr><td><a href='"+link+"'>"+item[which][2]+"</a>"+"<br>";
line += item[which][4] + "<br>"+"</td></tr>";
wind.document.write(line);
return 1;
}
