function whatIs() {
 alert('PodStreamer\n\nPodStreamer lets you listen to your favorite podcasts online- no iTunes, no podcasting software (besides this web page). Just enter the URL of your podcast, and it will be streamed to your MP3 player program.');
}

function main() {
 document.getElementById('urlEdit').focus();
}

window.onload = main;
