if(!HTMLSelectElement)var HTMLSelectElement={prototype:{}};if(!HTMLInputElement)var HTMLInputElement={prototype:{}};HTMLSelectElement.prototype.set=function(v,t,sv){var n;for(n=0;n<this.options.length;++n){if(this.options[n].value==v){this.selectedIndex=n;return this;}}if(t){var o =new Option(t,v);if(!sv)var sv=false;if(this.add){for(n=0;n<this.options.length;++n){if(sv?this.options[n].value>v:this.options[n].name>t){try{this.add(o,this.options[n]);}catch(ie){this.add(o,n);}this.selectedIndex=n;return this;}}}this.options[this.options.length]=o;this.selectedIndex=this.options.length-1;}return this;};HTMLSelectElement.prototype.get=function(){return this.options[this.selectedIndex].value;};HTMLInputElement.prototype.set=function(v){this.value=v;return this;};HTMLInputElement.prototype.get=function(){return this.value;};{var idn_=0;if(!Date.prototype.getFullYear){Date.prototype.getFullYear=function(){var y =this.getYear();return y <1000?y+1900:y;};}if(!Date.prototype.setFullYear){Date.prototype.setFullYear=function(y,m,d){this.setYear(y);if(m&&d){this.setDate(1);this.setMonth(m);this.setDate(d);}};}Date.prototype.getMonthName=function(n){var m =['Janurary','Feburary','March','April','May','June','July','August','September','October','November','December'];return(n?m[n]:m[this.getMonth()]);};Date.prototype.calendar=function(ce,nt,ml){var n,m,b,c,d,l,h=[],r,i=this.id_=++idn_;var n,c,d,h=['<table class=calendar cellspacing=0 cellpadding=0>'];if(nt)h[h.length]='<tr><th colspan=7><h3>'+nt+'</h3></th></tr>';if(!ml)var ml=12;h[h.length]='<tr><th>'+['S','M','T','W','T','F','S'].join('</th><th>')+'</th></tr>';for(n=c=0;n<6;++n){h[h.length]='<tr>';for(m=0;m<7;++m){h[h.length]='<td><input type=button class=date-grey name=date-'+(++c)+'-'+i+' value=""></td>';}h[h.length]='</tr>';}h[h.length]='<tr><td><input type=button class=date-pick name=date-back-'+i+' value="&larr;"></td><td colspan=5><select class=date-pick name=date-pick-'+i+'>';for(n=0,d=new Date(this);n<ml;++n){h[h.length]='<option value='+(d.getFullYear()*100+d.getMonth()+1)+'>'+d.getMonthName()+' '+d.getFullYear();d.setMonth(d.getMonth()+1);}h[h.length]='</select></td><td><input type=button class=date-pick name=date-next-'+i+' value="&rarr;"></td></tr></table>';h[h.length]='</table>';if(document.createElement){var e =document.createElement('DIV');e.innerHTML=h.join('');ce.appendChild(e);}for(n=0;n<document.forms.length;++n){if(document.forms[n].elements['date-pick-'+i]){document.forms[n]['date-'+i]=this;this.form=document.forms[n];this.form.elements['date-back-'+i].onclick=function(){this.form['date-'+i].setDate(0);this.form['date-'+i].refresh();};this.form.elements['date-next-'+i].onclick=function(){this.form['date-'+i].setMonth(this.form['date-'+i].getMonth()+1);this.form['date-'+i].setDate(1);this.form['date-'+i].refresh();};this.form.elements['date-pick-'+i].onchange=function(){var v =this.options[this.selectedIndex].value;this.form['date-'+i].setMonth(v%100-1);this.form['date-'+i].setFullYear(Math.floor(v/100));this.form['date-'+i].refresh();};for(m=1;m<43;++m){this.form.elements['date-'+m+'-'+i].onclick=function(){if(''!=this.value){this.form['date-'+i].setDate(this.value-0);this.form['date-'+i].refresh();}};}}}this.refresh();return this;};Date.prototype.refresh=function(){var n,c,d,l,b,i=this.id_;if(this.minimum)while(this.minimum>this)this.setDate(this.getDate()+1);if(this.maximum)while(this.maximum<this)this.setDate(this.getDate()-1);if(i){if(this.form){d=new Date(this);d.setDate(1);d=d.getDay()+1;l=new Date(this);l.setDate(1);l.setMonth(l.getMonth()+1);l.setDate(-1);l=d+l.getDate();c=new Date(this);c.setDate(1);for(n=1;n<43;++n){b=this.form.elements['date-'+n+'-'+i];if(n<d||n>l){b.value='';b.className='date-grey';}else{if(c<this)b.className=(this.minimum&&c<this.minimum?'date-below':'date-before');else if(c>this)b.className=(this.maximum&&c>this.maximum?'date-above':'date-after');else b.className='date-this';c.setDate((b.value=c.getDate())+1);}if(!b.get)b.get=HTMLInputElement.prototype.get;if(!b.set)b.set=HTMLInputElement.prototype.set;}b=this.form.elements['date-pick-'+i];if(!b.get)b.get=HTMLSelectElement.prototype.get;if(!b.set)b.set=HTMLSelectElement.prototype.set;b.set(this.getFullYear()*100+this.getMonth()+1,this.getMonthName()+' '+this.getFullYear(),true);}}if(this.dates_){for(n=0;n<this.dates_.length;++n){this.dates_[n].refresh();}}if(this.targets_){for(n=0;n<this.targets_.length;++n){this.targets_[n].setDate(this);}}};Date.prototype.setLink=function(){var n;if(!this.dates_)this.dates_=arguments;else for(n=0;n<arguments.length;++n)this.dates_[this.dates_.length]=arguments[n];return this;};Date.prototype.setTarget=function(){var n,t;if(!this.targets_)this.targets_=[];for(n=0;n<arguments.length;++n){t=this.targets_[this.targets_.length]=arguments[n];t.date=this;t.onchange=function(){var ss,sh,n,c,d=this.date.getDate(),m=this.date.getMonth()+1,y=this.date.getFullYear(),id=0,im=0;if(''==this.get()){for(n=0;n<this.targets_.length;++n)this.targets_.set('');return;}ss=this.get().split('/');sh=this.get().split('-');c=this.className.split('-');switch(c[1]?c[1]:(3==ss.length?'uk':(3==sh.length?'iso':(2==ss.length?'myuk':(2==sh.length?'myiso':''))))){case'us':d=ss[1]-0;m=ss[0]-0;y=ss[2]-0;break;case'myus':d=1;m=ss[0]-0;y=ss[1]-0;break;case'uk':d=ss[0]-0;m=ss[1]-0;y=ss[2]-0;break;case'myuk':d=1;m=ss[0]-0;y=ss[1]-0;break;case'iso':d=sh[2]-0;m=sh[1]-0;y=sh[0]-0;break;case'myiso':d=1;m=sh[1]-0;y=sh[0]-0;break;case'days':if(this.date.minimum){d=this.date.minimum.getDate()+(this.get()-1);m=this.date.minimum.getMonth()+1;y=this.date.minimum.getFullYear();}break;case'day':if(this.date.minimum&&m==(this.date.minimum.getMonth()+1)&&this.date.minimum.getDate()>(this.get()-0))++m;d=this.get()-0;break;case'month':m=this.get()-0;break;case'year':y=this.get()-0;break;case'my':m=this.get()%100;y=Math.floor(this.get()/100);break;}this.date.setFullYear(y+(y<33?2000:(y<100?1900:0)),m+im-1,d+id);this.date.refresh();};t.setDate=function(q){var v='',t,c=this.className.split('-'),d=q.getDate(),m=1+q.getMonth(),n=q.getMonthName(),y=q.getFullYear();switch(c[1]?c[1]:(3==ss.length?'uk':(3==sh.length?'iso':(2==ss.length?'myuk':(2==sh.length?'myiso':''))))){case'us':v=m+'/'+d+'/'+y;break;case'myus':v=m+'/'+y;break;case'uk':v=d+'/'+m+'/'+y;break;case'myuk':v=m+'/'+y;break;case'iso':v=y+'-'+m+'-'+d;break;case'myiso':v=y+'-'+m;break;case'days':v=Math.ceil((this.date.getTime()-this.date.minimum.getTime())/(24*60*60*1000))+1;break;case'day':v=d;break;case'month':v=m;break;case'year':v=y;break;case'my':v=y*100+m;break;}if(this.set)this.set(v);};if(!t.get||!t.set){if('select-one'==t.type||'select-multiple'==t.type){t.get=HTMLSelectElement.prototype.get;t.set=HTMLSelectElement.prototype.set;}else{t.get=HTMLInputElement.prototype.get;t.set=HTMLInputElement.prototype.set;}}t.setDate(this);}return this;};}function ti_dq(dc,mn,mx){var l =[0,31,29,31,30,31,30,31,31,30,31,30,31],c=new Date;var m =Math.floor(dc/100),cd=c.getDate(),cm=200001+c.getMonth()+(c.getYear()%100)*100;if((m%100)<l.length&&(dc%100)<=l[m%100]){if(-1==mn)mn=cm*100+cd;if(-1==mx)mx=cm*100+cd;if((0==mn||dc>=mn)&&(0==mx||dc<=mx))return true;}return false;}function ti_initialise(){var n,m,b,s,cnow,cfrm,cend,cal=false,f=document.forms,help=document.getElementById('tihelp'),text=document.getElementById('titext');for(n=0;n<f.length;++n){if(f[n].className&&'travelinsurance'==f[n].className){if(document.getElementById('tical')){var c =new Date;var y =c.getFullYear(),m=c.getMonth(),d=c.getDate();cnow=new Date(y,m,d);cfrm=new Date(y,m,d);cend=new Date(y,m,d+2);cfrm.minimum=cnow;cend.minimum=cfrm;cfrm.calendar(document.getElementById('tical'),'Policy Start Date').setLink(cend).setTarget(f[n].elements.tistartday,f[n].elements.tistartmonth);if(f[n].elements.tiendday){cend.calendar(document.getElementById('tical'),'Policy End Date').setTarget(f[n].elements.tiendday,f[n].elements.tiendmonth,f[n].elements.tidays);}cal=document.getElementById('ticalx');cal.style.display='none';}if(help)for(m=0;m<f[n].elements.length;++m){f[n].elements[m].onmouseover=function(e){if(!e)var e =window.event,ie=true;if(this.title&&!this._tag){if(1<this.title.split('||').length){var n,p,s=this.title.split('||');this._tag=new Object;for(n=0;n<s.length;n+=2){this._tag[s[n]]='<h3>'+s[n+1].split('|').join('</p><p>').replace('</p>','</h3>')+'</p>';}}else{this._tag='<h3>'+this.title.split('|').join('</p><p>').replace('</p>','</h3>')+'</p>';}this.title='';}if(this._tag&&''!=this._tag){text.innerHTML=(this._tag[this.value]?this._tag[this.value]:this._tag);if(e.pageX||e.pageY){x=e.pageX-0;y=e.pageY-0;}else if(e.clientX||e.clientY){x=e.clientX+document.body.scrollLeft+document.documentElement.scrollLeft;y=e.clientY+document.body.scrollTop+document.documentElement.scrollTop;}else{x=y=0;}if(ie){var o =this;for(x=0;o.offsetParent;o=o.offsetParent){x+=o.offsetLeft;}x+=this.offsetWidth;}help.style.left=(x+6)+'px';help.style.top=(y-help.offsetHeight-6)+'px';}};f[n].elements[m].onmouseout=function(){help.style.top='-55555px';};if('select-one'==f[n].elements[m].type){f[n].elements[m].set=function(v){var s;for(s=0;s<this.options.length;++s)if(this.options[s].value==v){this.options[s].selected=true;break;}};f[n].elements[m].get=function(){return this.options[this.selectedIndex].value;};}else if('text'==f[n].elements[m].type){f[n].elements[m].set=function(v){this.value=v;return this;};f[n].elements[m].get=function(){return this.value;};}}if(f[n].id&&'ti'==f[n].id){var cs=document.getElementById('tistart'),ce=document.getElementById('tiend');cs.onclick=ce.onclick=function(){if(cal){var o,x,y,vs=navigator.appVersion.split('MSIE');for(o=this,x=y=0;o.offsetParent;o=o.offsetParent){x+=o.offsetLeft;y+=o.offsetTop;}cal.style.left=(x-(2==vs.length&&6==parseInt(vs[1])?100:320))+'px';cal.style.top=(y+100)+'px';cal.style.display='block';}return false;};function ti_check(){var pp=0-(this.form.elements.ti0to17?this.form.elements.ti0to17.get():0)-(this.form.elements.ti18to65?this.form.elements.ti18to65.get():0)-(this.form.elements.ti66to70?this.form.elements.ti66to70.get():0)-(this.form.elements.ti71to75?this.form.elements.ti71to75.get():0)-(this.form.elements.ti76to80?this.form.elements.ti76to80.get():0);if(0==pp){alert('Please select at least one person for the policy');}else if(-2!=pp&&this.form.elements.tipolicy&&this.form.elements.tipolicy&&'c'==this.form.elements.tipolicy.get()){alert('Policies for a couple expect only two people.\n(A couple can be either legally married, a common law husband and wife or an adult couple who have cohabited for at least one year. All limits and excesses are per person irrespective of one or both travelling on the same trip.)');}else if(2<(this.form.elements.ti18to65?this.form.elements.ti18to65.get():0)&&this.form.elements.tipolicy&&'f'==this.form.elements.tipolicy.get()){alert('Policies for a family expect no more than two adults.\n(A family is considered to be a legally married couple, a common law husband and wife, a single parent or adult couple who have cohabited for at least one year and includes children (aged under 18).)\nPlease purchase seperate policies for the other adults.');}else if(-8<pp&&this.form.elements.tipolicy&&this.form.elements.tipolicy&&'g'==this.form.elements.tipolicy.get()){alert('Policies for a group expect 8 or more people.\n(A group is 8 or more people travelling on a single trip and insured under the same policy. If your group has more than 16 people, please call us at 08450 264 264.)');}else{var sd=this.form.elements.tistartday.get()-0+this.form.elements.tistartmonth.get()*100;var ed=this.form.elements.tiendday.get()-0+this.form.elements.tiendmonth.get()*100;if(!ti_dq(sd,-1,0)){alert(ti_dq(sd,0,0)?'The policy start date is before today.\n(If this is not the case please check your computer\'s clock.)':'Invalid policy start date.\n(Please use the calendar to select the date.)');}else if((this.form.timulti&&this.form.timulti.checked)||ti_dq(ed,sd,0)){if(this.form.elements.tipolicy&&0==(this.form.elements.ti0to17?this.form.elements.ti0to17.get():0)&&'f'==this.form.elements.tipolicy.get()){this.form.elements.tipolicy.set('s');}return true;}else if(dfrm<=dend){alert('Invalid policy end date.\n(Please use the calendar to select the date.)');}else{alert('Invalid policy duration.\n(The policy end date is before the start date.)');}}return false;};if(f[n].elements.tiquote)f[n].elements.tiquote.onclick=ti_check;if(document.getElementById('tiquote'))document.getElementById('tiquote').onclick=ti_check;function amthide(){var tx=document.getElementById('tito'),en=!this.form.tisingle.checked&&this.form.timulti.checked;this.form.elements.tiendday.disabled=en;if(this.form.elements.tiendmonth){this.form.elements.tiendmonth.disabled=en;}if(this.form.elements.tilong){this.form.elements.tilong.disabled=en;this.form.elements.tilong.checked=!en;}if(tx){tx.style.visibility=(en?'hidden':'visible');}if(this.checked&&'e'!=this.form.elements.tiarea.get()&&'w'!=this.form.elements.tiarea.get())this.form.elements.tiarea.set('w');};if(f[n].elements.timulti){f[n].elements.timulti.onclick=amthide;if(f[n].elements.tisingle)f[n].elements.tisingle.onclick=amthide;f[n].elements.timulti.onclick(f[n]);}if(f[n].elements.tilong)f[n].elements.tilong.onclick=function(){this.form.elements.ti0to17.set(0);this.form.elements.ti66to70.set(0);this.form.elements.ti71to75.set(0);this.form.elements.ti76to80.set(0);this.form.elements.ti0to17.disabled=this.checked;this.form.elements.ti66to70.disabled=this.checked;this.form.elements.ti71to75.disabled=this.checked;this.form.elements.ti76to80.disabled=this.checked;this.form.elements.timulti.checked=false;this.form.elements.tigolf.checked=false;this.form.elements.tibusiness.checked=false;this.form.elements.timulti.disabled=this.checked;this.form.elements.tigolf.disabled=this.checked;this.form.elements.tibusiness.disabled=this.checked;this.form.elements.tipolicy.set('s');this.form.elements.tipolicy.disabled=this.checked;};function chide(){cal.style.display='none';return false;}if(f[n].elements.ticc)f[n].elements.ticc.onclick=chide;if(f[n].elements.tick)f[n].elements.tick.onclick=chide;}}}}function ti_form(aff,trk,amlt,wspt,golf,busn,bpkr){var da=['','1st','2nd','3rd','4th','5th','6th','7th','8th','9th','10th','11th','12th','13th','14th','15th','16th','17th','18th','19th','20th','21st','22nd','23rd','24th','25th','26th','27th','28th','29th','30th','31st'],mn=['','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'],dc=new Date,n,x,d,m,y,h=[];function write(f){var n=0,s=f.split('$'),r=[];while(n<s.length){r[r.length]=s[n];if((++n)<arguments.length)r[r.length]=arguments[n];}return r.join('');}h[h.length]=write('<div id=tirform><form class=travelinsurance id=ti method=post action="http://www.cheaptravelinsurance.com/scripts/quote.php"><input type=hidden name=aid value="$"><input type=hidden name=tiid value="$">',aff,trk);h[h.length]='<div class=g><label for=tiarea>Destination:</label><div class=gc><select id=tiarea name=tiarea tabindex=50 title="e||Europe|Travel to members of the European Community and european countries (see the destinations list).||o||Australia &amp; New Zealand|Includes transfer and short stop-overs (up to 72 hours) during the trip to Australia &amp; New Zealand.||x||Worldwide ex. USA|Travel world wide, excluding the USA, Canada, and countries the FCO advises against travel to.||w||Worldwide|Travel the World, excluding countries the FCO advises against travel to."><option value=e>Europe<option value=o>Australia &amp; New Zealand<option value=x>World wide ex. USA &amp; Canada<option value=w>World wide</select></div></div>';h[h.length]='<div class=g><label for=tistart>From:</label><div class=gc><select id=tistartday name=tistartday class=date-day tabindex=56>';for(n=1;n<=31;++n){h[h.length]=write('<option value=$>$',n,da[n]);}h[h.length]='</select><select id=tistartmonth name=tistartmonth class=date-my tabindex=52 title="Travel Dates|Please use the calendar function to help you select the exact dates you are travelling, add an extra day if you are getting a night flight back.">';for(n=0,m=dc.getMonth()+1,y=(dc.getFullYear?dc.getFullYear():dc.getYear()%100+2000);n<12;++n){h[h.length]=write('<option value=$>$ $',y*100+m,mn[m],y);if(12!=m)++m;else{m=1;++y;}}h[h.length]='</select><input type=image id=tistart name=tistart value=Cal src="/images/calendar.gif" onclick="return ti_calendar(this)"></div></div>';h[h.length]='<div class=g id=tito><label for=tiend>To:</label><div class=gc><select id=tiendday name=tiendday class=date-day tabindex=56>';for(n=1;n<=31;++n){h[h.length]=write('<option value=$>$',n,da[n]);}h[h.length]='</select><select id=tiendmonth name=tiendmonth class=date-my tabindex=57>';for(n=0,m=dc.getMonth()+1,y=(dc.getFullYear?dc.getFullYear():dc.getYear()%100+2000);n<(bpkr?30:15);++n){h[h.length]=write('<option value=$>$ $',y*100+m,mn[m],y);if(12!=m)++m;else{m=1;++y;}}h[h.length]='</select><input type=image id=tiend name=tiend value=Cal src="/images/calendar.gif" onclick="return ti_calendar(this)"></div></div>';if(!bpkr){h[h.length]='<div class=g><label for=tipolicy>Policy:</label><div class=gc><select id=tipolicy name=tipolicy tabindex=60 title="s||Individual|Multiple people may be covered on the same policy provided they are living at the same address. If there is a group of you (over 8 people), please select the Group type of policy.||c||Couple|A couple can be either legally married, a common law husband and wife or an adult couple who have cohabited for at least one year. All limits and excesses are per person irrespective of one or both travelling on the same trip.||f||Family|A family is considered to be a legally married couple, a common law husband and wife, a single parent or adult couple who have cohabited for at least one year and includes children (aged under 18).||g||Group|A group is 8 or more people travelling on a single trip and insured under the same policy. If your group has more than 16 people, please call us at 08450 264 264."><option value=s>Individual(s)<option value=c>Couple<option value=f>Family<option value=g>Group</select></div></div>';}h[h.length]='<div class=g><label for=tiresidency>Residency:</label><div class=gc><select id=tiresidency name=tiresidency tabindex=61 title="Residency|You must habitually reside in this country (i.e., have your main home in this country) and have not spent more than 6 months abroad in the last 12 months."><option value=gb>United Kingdom</select></div></div>';if(bpkr&&!amlt){h[h.length]='<div class=op><div class=g><em>Options</em><input type=hidden id=tilong name=tilong value=1></div><div class=g><label for=tinobags>Exclude&nbsp;Baggage:</label><input type=checkbox id=tinobags name=tinobags tabindex=82 title="Exclude Baggage|Reduce the cost of your policy by removing cover for baggage and personal effects."></div></div>';h[h.length]='<div class=pp><div class=g><em>Number of Travellers</em></div><div class=g><label for=ti18to49>Age 18-49:</label><select id=ti18to65 name=ti18to65 tabindex=71><option value=0>0<option selected value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9<option value=10>10<option value=11>11<option value=12>12<option value=13>13<option value=14>14<option value=15>15</select></div></div>';}else{h[h.length]=write('<div class=op><div class=g><em>Options</em></div>'+'<div class=g><label for=tisingle>Single&nbsp;Trip:</label><input type=checkbox id=tisingle name=tisingle tabindex=79 title="Single Trip|Travel to a single destination for a duration of up to 91 days"></div>'+'<div class=g><label for=timulti>Annual&nbsp;Multi-trip:</label><input type=checkbox id=timulti name=timulti$ tabindex=80 title="Annual multi-trip policy|If you plan to travel 2 or more times per year, this policy can save you money. It means you won\'t have to set up a new policy every time you travel.</p><p>Couple and family policies cover all people individually, even when not travelling together."></div>'+'<div class=g><label for=tiski>Winter&nbsp;Sports:</label><input type=checkbox id=tiski name=tiski$ tabindex=82 title="Winter Sports Cover|Covers skiing and snowboarding (on-piste or recognised and authorised off-piste areas); outdoor Ice-skating; and Tobogganing"></div>'+'<div class=g><label for=tigolf>Golf&nbsp;Cover:</label><input type=checkbox id=tigolf name=tigolf$ tabindex=83 title="Golf Cover|Cover for golf equipment, equipment hire, and non-refundable fees."></div>'+'<div class=g><label for=tibusiness>Business&nbsp;Cover:</label><input type=checkbox id=tibusiness name=tibusiness$ tabindex=84 title="Business Cover|Cover for computer equipment, samples, and replacement equipment hire."></div>'+'</div>',(amlt?' checked':''),(wspt?' checked':''),(golf?' checked':''),(busn?' checked':''));h[h.length]='<div class=pp><div class=g><em>Number of Travellers</em></div>'+'<div class=g><label for=ti18to65>Age 18-65:</label><select id=ti18to65 name=ti18to65 tabindex=71><option value=0>0<option selected value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9<option value=10>10<option value=11>11<option value=12>12<option value=13>13<option value=14>14<option value=15>15</select></div>'+'<div class=g><label for=ti0to17>Age 0-17:</label><select id=ti0to17 name=ti0to17 tabindex=72><option selected value=0>0<option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9</select></div>'+'<div class=g><label for=ti66to70>Age 66-70:</label><select id=ti66to70 name=ti66to70 tabindex=73><option selected value=0>0<option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9</select></div>'+'<div class=g><label for=ti71to75>Age 71-75:</label><select id=ti71to75 name=ti71to75 tabindex=74><option selected value=0>0<option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9</select></div>'+'<div class=g><label for=ti76to80>Age 76-80:</label><select id=ti76to80 name=ti76to80 tabindex=75><option selected value=0>0<option value=1>1<option value=2>2<option value=3>3<option value=4>4<option value=5>5<option value=6>6<option value=7>7<option value=8>8<option value=9>9</select></div>'+'</div>';}h[h.length]='<div class=g><input type=submit id=tiquote name=tiquote value="Online Insurance Quote"></div>'+'<div id=tihelp><div class=top>&nbsp;</div><div class=mid><div class=txt id=titext>&nbsp;</div></div><div class=bas>&nbsp;</div></div>'+'<div id=ticalx><div class=top><input type=button id=ticc name=ticc value=X>Calendar</div><div class=mid><div class=calendar id=tical>&nbsp;</div></div><div class=bas><div>Days:&nbsp;<input type=text class=date-days id=tidays name=tidays></div><div><input type=button id=tick name=tick value=Ok></div></div></div>'+'</form></div>';return h.join('');}

