function resize(){ var font = document.getElementById('calibrator').offsetHeight; var desiredfont = 14; var width = document.getElementById('calibrator').offsetWidth; document.getElementById('calibrator').style.display = 'none'; var perc = Math.floor((desiredfont/font)*(width/500)*100); //alert('height is '+font+' so perc is '+perc+' result being '+(perc/100*font)); document.getElementById('promo-container').style.fontSize = perc+'%'; resizeImage("banner",width); resizeImage("tim",width/3.5); } function resizeImage(id,width){ var h = document.getElementById(id).height; var w = document.getElementById(id).width; document.getElementById(id).style.width=width+'px'; var height = Math.floor((width/w)*h); document.getElementById(id).style.height=height+'px'; } setTimeout("resize();",10);var feed = new Array(); feed[0]='"Thank you for making this so easy for me. Especially that I\'m not really computer literate." - Manny, 44'; feed[1]='"Keep it as easy as this." - Wikus, 31'; feed[2]='"Tim you\'re my hero!!! Thank you so very much for your help!" - Bernadette'; feed[3]='"Thank you so much for saving the skin of this lastminute.com tax payer!" - Alan, 30'; feed[4]='"It\'s so easy, like colouring by numbers!" - Kate, 28'; feed[5]='"Awesome!" - Jon, 38'; feed[6]='"I am very satisfied with the service" - Lorenza, 28'; feed[7]='"Keep up the good work." - Phumzile, 39'; feed[8]='"Awesome service. I have post graduate degrees but find tax returns daunting." - Edward, 52'; feed[9]='"Thanks a lot for assisting me with my returns, you really helped me." - Mpho'; feed[10]='"Thank you so Much Tim, I do understand well.. great work you do here. Keep up the Good work!!" - Mohlala'; feed[11] = '"Love your TaxTim! You solved all my problems!" - Adam, 33'; feed[12] = '"Thanks a mil - especially for a reply on a Sunday! TaxTim is the BEST!" - D'; feed[13] = '"This website is a life-saver" - Ceilidh'; feed[14] = '"Thanks Tim, that helps alot, you a legend!!" - Dee'; var prog = 0; function scrollFeedback(current){ prog++; if (prog <= 50) { document.getElementById("feedback").innerHTML=feed[current].substr(0,Math.floor(prog/50*feed[current].length)); } if (prog == 200) { prog = 0; current++; if (current == feed.length) current = 0; } setTimeout("scrollFeedback("+current+");",20); } setTimeout("scrollFeedback(0);",3000);document.getElementById('taxtim-promo').innerHTML="
hey
Hi, I'm TaxTim!
Let's make Tax Quick and Easy


Exclusive deal on TaxTim Ultra for TaxTim demo users:

» Step-by-step Help Completing your Tax Return
» Once-click Submission to SARS
» Automatic Checks to Maximise your Refund
» Online Tax Documents Storage
» Vehicle Logbook App
» FREE SARS Deadline Reminders

TaxTim demo members SAVE 20% in May


\"Awesome service. I have post graduate degrees but find tax returns daunting.\" - Edward, 52
";