document.write('<div id="switcher">');
document.write('<form action="#">');
document.write('Text:&nbsp;<input type="radio" name="button" class="typeBtn" value="Small" id="default" /><label for="default">Small&nbsp;</label>');
document.write('<input type="radio" name="button" class="typeBtn2" value="Large" id="large" /><label for="large">Large</label>');
document.write('</form>');
document.write('<br clear="all" />');
document.write('</div>');