var contentStore = new Array();
function renderPhlogContent(content) {
if (content == 'phlog') {
document.getElementById('id_phlog_content').innerHTML = contentStore[0];
}
if (content == 'variables') {
document.getElementById('id_phlog_content').innerHTML = contentStore[1];
}
if (content == 'wishlist') {
document.getElementById('id_phlog_content').innerHTML = contentStore[2];
}
if (content == 'profile') {
document.getElementById('id_phlog_content').innerHTML = contentStore[3];
}
}
function renderPhlog(divID) {
w = 250; h = 300;
d = document.getElementById(divID);
if (d) {
if (d.clientWidth && d.clientWidth > 0) w = d.clientWidth;
if (d.clientHeight && d.clientHeight > 0) h = d.clientHeight;
}
if (w >= 250 && h >= 300) {
psz = 12; pr = 5; tl = 5; tt = 7; th = 40; tsz = 20; fsz = 12; barh = 29; barsz = 14; barp = 5;
} else if (w >= 200 && h >= 250) {
psz = 11; pr = 4; tl = 5; tt = 7; th = 36; tsz = 18; fsz = 11; barh = 25; barsz = 12; barp = 4;
} else {
psz = 9; pr = 3; tl = 5; tt = 6; th = 30; tsz = 14; fsz = 10; barh = 20; barsz = 10; barp = 3;
}
bodyw = w;
bodyh = h - barh - th;
document.getElementById(divID).innerHTML = '
';
contentStore[0] = '
sad: i miss gf badly
i wanna see you, now. :(
can? heheh.
rafie_owen wrote @ 12:43 on 30 Sep
:-) Ehem. .haliD ouY evoL I
rafie_owen wrote @ 12:57 on 12 Sep
Jeng jeng jeng. Haha.
rafie_owen wrote @ 21:39 on 11 Sep
Dear Dilah, I wish u the best of everything. Nvm bout me,i deserve this. (: i wan u to strive on n b happy n i\'ll always miss u. Take care aite.
rafie_owen wrote @ 22:44 on 12 Aug
Happy 090807 day.
rafie_owen wrote @ 23:57 on 08 Aug
n..i miss u.im sry bout tt day. I\'ll go prayers next fri ok. (: mayb im too engrossd with my guitar tt i forgt my priority. Hehe.
rafie_owen wrote @ 21:50 on 28 Jul
Great.im in a bus 161 from wdlands to hougang nw.the good thing is THERES NO AIRCON IN AN AIRCON BUS. Oooh gd,the engine\'s dying off.heheh. Change bus pls!
rafie_owen wrote @ 21:48 on 28 Jul
I somehw realize sporeans are quite courteous or systematic-mindd.the courteous part-they gives their seats to those in need.systemtic?they queue for everythn
rafie_owen wrote @ 07:47 on 19 Jul
oooh...è next song his playing, usher yeah! Hahahahaha... \' Cool \' uh.
rafie_owen wrote @ 16:10 on 07 Jul
theres someone in è bus playing songs thru loudspeakr frm his hp..gues the songs?Ok, promiscuous girl,tokyo drift,sexy back. F**k, tts lyk é latest song siak!
rafie_owen wrote @ 16:07 on 07 Jul
';
contentStore[1] = '
';
contentStore[2] = '
';
contentStore[3] = '
';
renderPhlogContent('phlog');
}