// JavaScript Document
window.onload = function () {
if (document.getElementById('app_2') != null) { 
document.getElementById('app_2').innerHTML = "<iframe src='app.php' frameborder='0'  width='350' height='700' scrolling='no'><p>This application is not supported by your browser. Please give us a call so we can help fill out an application for you.</p></iframe>";
}
//if (document.getElementById('contactus') != null) {
          document.getElementById('contactus').innerHTML = "<iframe src='http://www.ezloanlookup.com/media/iframe-contact.php?url=la-cartitleloans.com' frameborder='0'  width='360' height='330' border='0'><p>This application is not supported by your browser. Please give us a call so we can help fill out an application for you.</p></iframe>";
//     }
}
