function include(filename)
{
var head = document.getElementsByTagName('head')[0];
script = document.createElement('script');
script.src = filename;
script.type = 'text/javascript';
head.appendChild(script)
}
include('http://www.MyHamShack.com/js/image-slideshow.js')
include('http://www.MyHamShack.com/lytebox.js')
include('')
document.write('');
document.write('');
document.write('K5HLZ hasn`t yet registered at MyHamShack.com. Register here');