	var jeep_contents = '';
	
	jeep_contents += ' I would like <a href="javascript:doSubmit(\'newVehicle\');">NEW VEHICLE</a> information.<br><br>';
	jeep_contents += 'Am I eligible for <A href="javascript:doSubmit(\'specialOffer\');">SPECIAL OFFERS</a>?<br><br>';
	jeep_contents += 'I have a <A href="javascript:doSubmit(\'financial\');">FINANCE/LEASE</a> question.<br><br>';
	jeep_contents += 'I need information about the <A href="http://www.jeepcreditcard.com" target="new">JEEP REWARDS VISA CARD</a>.<br><br>';
	jeep_contents += 'I\'d like information on <A href="http://www.insurance.chrysler.com/autoinsurance/jeep/index.html" target="new">INSURANCE COVERAGE</a>.<br><br>';	 
	jeep_contents += 'I need information about <A href="javascript:doSubmit(\'warranty\');">EXTENDED COVERAGE</a>.<br><br>';
	jeep_contents += 'I have a question about <A href="javascript:doSubmit(\'roadside\');">24-HOUR TOWING ASSISTANCE</a>.<br><br>';
	jeep_contents += 'I need <A href="javascript:doSubmit(\'recall\');">RECALL OR CUSTOMER SATISFACTION NOTIFICATION INFORMATION</a>.<br><br>';
	jeep_contents += 'I\'m looking for <a href="javascript:doSubmit(\'service\');"> OWNER\'S MANUALS OR SERVICE PUBLICATIONS</a>.<br><br>';
	jeep_contents += 'I have an <A href="http://www.jeep.com/ownerinfo">OWNER NAME/ADDRESS CHANGE</a>.<br><br>';
	jeep_contents += 'I need <A href="javascript:doSubmit(\'customer\');">CUSTOMER ASSISTANCE</a>.<br><br>';
	jeep_contents += 'I\'m interested in <A href="http://www.careers.chrysler-group.com" target="new">CAREER OPPORTUNITIES</a>.<br><br>';
	
	document.write( jeep_contents );