function pulseOptInFormVal(pulseOptInForm) { if(pulseOptInForm.email.value==""){ alert("Please enter a value for the Email field."); document.pulseOptInForm.email.focus(); return false; } if(pulseOptInForm.val_1.value==""){ alert("Please enter a value for the First Name field."); document.pulseOptInForm.val_1.focus(); return false; } if(pulseOptInForm.val_2.value==""){ alert("Please enter a value for the Last Name field."); document.pulseOptInForm.val_2.focus(); return false; } if(pulseOptInForm.val_7.value==""){ alert("Please enter a value for the ZIP/Postal Code field."); document.pulseOptInForm.val_7.focus(); return false; } var rb_24 = 0; for(var i=0; i < pulseOptInForm.val_24.length; i++) { if(pulseOptInForm.val_24[i].checked=="1") { rb_24=1; break; } } if(rb_24==0) { alert("Please select a value for the Newsletter Type field."); return false; } return true; } document.write('
Sign Up!

New Subscribers

Fill in the short form below and select the newsletter options you\'d like to receive from WKAR. It\'s EASY!

Already A Subscriber?

If you already receive one of our eNewsletters, follow the \'subscribe\' link in any recent edition of that newsletter to sign up for additional eNewsletter editions or to update your profile information.

Required fields indicated by *
Email: *
First Name: *
Last Name: *
Address:
City:
State/Province:
ZIP/Postal Code: *
WKAR Newsletters:
WKAR eNewsletter - WEEKLY and Events
Special events, program highlights and more from WKAR.

WKAR NewsRoom - WEEKDAY MORNINGS
Local, Michigan and national headlines from WKAR NewsRoom.

Off the Record this Week - THURSDAY AFTERNOONS
Topics and guests for the upcoming episode. Find out (almost) as soon as we know.


WKAR NewsRoom
Off the Record This Week
WKAR eNewsletter
Newsletter Type: *
HTML is recommended. Some newsletter options do not display well as plain text.
HTML
Plain Text
 
');