var ar = "My new apartment";
var ci = "Kelvin Grove";
var co = "Brisbane";

var wo = "Fuji Xerox";
var re = "on weekends";
var pl = "way too much WoW";

var lo = "Other residents in the building";
var br = "Corona";
var pu = "my fridge";

document.write('<table width="90%" cellspacing="1" cellpadding="5" border="0">');
document.write('<tr class="navtext">');
document.write('<th align="left" bgcolor="646464"><font color="White">Living in</font></th>');
document.write('<th align="left" bgcolor="484848"><font color="White">Passing time by</font></th>');
document.write('<th align="left" bgcolor="323232"><font color="White">Aquainting myself with</font></th>');
document.write('</tr><tr>');
document.write('<td class="regtext" valign="top" bgcolor="#D9D9D9">');
document.write('<b>'+ ar +'</b> in <b>'+ ci +'</b>, <b>'+ co +'</b>.');
document.write('</td>');
document.write('<td class="regtext" valign="top" bgcolor="#C4C4C4">');
document.write('Working for <b>'+ wo +'</b>, resting <b>'+ re +'</b> and playing <b>'+ pl +'</b>!');
document.write('</td>');
document.write('<td class="regtext" valign="top" bgcolor="#B0B0B0">');
document.write('<b>'+ lo +'</b>, drinking <b>'+ br +'</b> from <b>'+ pu +'</b>.');
document.write('</td></tr></table>');
