// JavaScript Document
function leaptoIntro() {
window.location="http://www.browardpawnandgun.com"
}
function About() {
alert("\nPlease fill out this form to be added to the mailing list.\n\n");
document.forms[0].elements[1].focus();
}
function Reset() {
document.forms[0].elements[1].value = "";
document.forms[0].elements[1].focus();
}
function submitForm() 
{
}
