function FillInSearchForm() {
    var qs = new Array(
    	"Free car - how do I sign up?",
    	"Free car - what's the catch?",
    	"How does free car deal work?",
	"Free Car Sponsored by Advertiser",
	"Free Car Sponsored by Manufacturer",
    	"Is it possible to get a free car?",
    	"Where to get a free car?",
    	"How can I get a free car?",
	"Give me a @&%# FREE car!",
	"I want a FREE car, and nothing less!",
	"Free car, truth or fiction?",
	"Credit Repair",
	"Bad credit repair",
	"How to increase my credit score?",
	"How to increase my FICO score?",
	"How to improve my credit score?",
	"FICO Score Booster",
	"Credit Score Makeover",
	"Credit Score Booster",
	"Credit Score Fresh Start",
 	"Eliminate Debt Legally",
 	"Wipe Out Debt Legally",
	"Debt Free By Law",
	"Debt Relief Act",
	"It Costs Nothing To Get Out Of Debt",
	"I Want To Be Debt Free",
	"Debt Free Without A Loan",
	"Too Much Debt",
	"Get Out Of Debt, Tricks",
	"Debt Elimination",
	"Debt Elimination Tricks",
	"Debt Elimination Options",
	"Debt Consolidation",
        "Easy Auto Financing",
        "Pre-Approved Auto Loan",
        "Everyone Approved Auto Loan",
        "Bad Credit Auto Loan",
        "Low Rate Auto Loan",
	"Car Donation",
	"Donating Car to Charity",
        vYear+" "+vMake+" "+vModel,	
        "Price of "+vYear+" "+vMake+" "+vModel,
        vMake+" "+vModel,
        "Compare "+vModel+" to other "+vMake,
        vYear+" "+vMake+" "+vModel+" Resale Value",
        vYear+" "+vMake+" "+vModel+" Quotes",
        vYear+" "+vMake+" "+vModel+" Features",
        vYear+" "+vMake+" "+vModel+" Specifications",
        "Used "+vMake+" "+vModel,
        "Cheap "+vMake,
        "Pre-Owned "+vMake+" "+vModel,
        vMake+" "+vModel+" Auction",
        vMake+" Auction" // this is last item, without ","
    );	
    document.forms[0].q.value = qs[Math.round((qs.length-1)*Math.random())];
}
