You are on page 1of 15

<script>

window.defaultStatus="All I need is you"</script>

<meta content="progid:DXImageTransform.Microsoft.GradientWipe(Duration=2)" http-


equiv="Page-Exit">

<meta content="progid:DXImageTransform.Microsoft.GradientWipe(Duration=2)" http-


equiv="Page-Enter">

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<script type="text/javascript">

</script>

<script language=JavaScript>

<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)

//For full source code, visit http://www.dynamicdrive.com

var message="";

///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")

// -->

</script>

<script language=JavaScript>

<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)

//For full source code, visit http://www.dynamicdrive.com

var message="";

///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(e) {if

(document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")

// -->

</script>

<script>

// CREDITS:

// Snowmaker

// By Peter Gehrig

// Distributed by Lissa @ http://www.lissaexplains.com with permission

// Copyright (c) 2003 Peter Gehrig. All rights reserved.

// Permission given to use the script provided that this notice remains as is.

// Additional scripts can be found at http://www.24fun.com

// info@24fun.com

// 11/27/2003

///////////////////////////////////////////////////////////////////////////

// CONFIGURATION STARTS HERE

///////////////////////////////////////////////////////////////////////////

// Set the number of snowflakes (more than 30 - 40 not recommended)


var snowmax= 35

// Set the colors for the snow. Add as many colors as you like

var snowcolor=new Array("black","dodgerblue", "hotpink", "chocolate")

// Set the fonts, that create the snowflakes. Add as many fonts as you like

var snowtype=new Array("Arial Narrow","Comic Sans MS","Trebuchet MS","Times")

// Set the letter that creates your snowflake (recommended:*)

var snowletter="*"

// Set the speed of sinking (recommended values range from 0.3 to 2)

var sinkspeed=1

// Set the maximal-size of your snowflaxesb

var snowmaxsize=20

// Set the minimal-size of your snowflaxes

var snowminsize=13

// Set the snowing-zone

// Set 1 for all-over-snowing, set 2 for left-side-snowing

// Set 3 for center-snowing, set 4 for right-side-snowing

var snowingzone=1
///////////////////////////////////////////////////////////////////////////

// CONFIGURATION ENDS HERE

///////////////////////////////////////////////////////////////////////////

// Do not edit below this line

var snow=new Array()

var marginbottom

var marginright

var timer

var i_snow=0

var x_mv=new Array();

var crds=new Array();

var lftrght=new Array();

var browserinfos=navigator.userAgent

var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/)

var ns6=document.getElementById&&!document.all

var opera=browserinfos.match(/Opera/)

var browserok=ie5||ns6||opera

function randommaker(range) {

rand=Math.floor(range*Math.random())

return rand

}
function initsnow() {

if (ie5 || opera) {

marginbottom = document.body.clientHeight

marginright = document.body.clientWidth

else if (ns6) {

marginbottom = window.innerHeight

marginright = window.innerWidth

var snowsizerange=snowmaxsize-snowminsize

for (i=0;i<=snowmax;i++) {

crds[i] = 0;

lftrght[i] = Math.random()*15;

x_mv[i] = 0.03 + Math.random()/10;

snow[i]=document.getElementById("s"+i)

snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)]

snow[i].size=randommaker(snowsizerange)+snowminsize

snow[i].style.fontSize=snow[i].size

snow[i].style.color=snowcolor[randommaker(snowcolor.length)]

snow[i].sink=sinkspeed*snow[i].size/5

if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}

if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}

if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}

if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}

snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size)
snow[i].style.left=snow[i].posx

snow[i].style.top=snow[i].posy

movesnow()

function movesnow() {

for (i=0;i<=snowmax;i++) {

crds[i] += x_mv[i];

snow[i].posy+=snow[i].sink

snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]);

snow[i].style.top=snow[i].posy

if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-
3*lftrght[i])){

if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)}

if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)}

if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4}

if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2}

snow[i].posy=0

var timer=setTimeout("movesnow()",50)

for (i=0;i<=snowmax;i++) {
document.write("<span id='s"+i+"'
style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>")

if (browserok) {

window.onload=initsnow

</script>

<script language=JavaScript>

<!--

//Disable right click script III- By Renigade (renigade@mediaone.net)

//For full source code, visit http://www.dynamicdrive.com

var message="";

///////////////////////////////////

function clickIE() {if (document.all) {(message);return false;}}

function clickNS(E) {if

(document.layers||(document.getElementById&&!document.all)) {

if (e.which==2||e.which==3) {(message);return false;}}}

if (document.layers)

{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}

else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")


// -->

</script>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"


"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html><head>

<title> ♥ , Black/White.</title>

<noembed><body></noembed>

<style type="text/css">

A:link,a:visited,a:active {font: normal 10pt georgia; text-decoration: none; color: #999999; padding:1px;}

A:hover {font: 7pt georgia; color:#666; padding:1px; font-style:italic;}

body {background-repeat:no-repeat; background-image: url('http://i43.tinypic.com/28br2hs.jpg');


background-color:#FFF; color:#333; font-family:arial; font-size:10px; }

.h1 {color:#000; font-family:georgia; font-size:13pt; font-style:italic;}


.h2 { font:normal 18pt arial; text-align:left; color:#333; line-height:15pt; letter-spacing:-1px;}

.h3 {font-family:arial; font-size:8pt; color:#333333; letter-spacing:3px;}

.entry { padding:5px; text-align: left; font-size: 11px; font-family: georgia; word-spacing:2px;}

.userpic{ border:1px #333 solid; background:#E4E4E4; width: 110px; text-align:center; padding:5px;}

.header { font:normal 50pt georgia; color:#666; letter-spacing:-5px; line-height:90%; text-align:center;


letter-spacing:2px;}

.header2 { font-family:arial; font-size:8pt; color:#333333; letter-spacing:5px; text-align:center; }

.entry img {border:1px solid #eee; background:#e4e4e4; padding:4px;}

blockquote { color:#777777; padding:5px; border:1px solid #EFEFEF; background-color:#fefefe; border-


right:5px solid #333; border-left:5px solid #333;}

blockquote:hover { padding:5px; border:1px solid #ddd; border-right:5px solid #777; border-left:5px


solid #777; }

::-moz-selection { background-color:#f9f9f9; color:#444; }

b{ text-decoration:bold; color:#666; letter-spacing:1px; font-samily:georgia; line-height:9px; }

i{ color:#666; font-family:georgia; font-size:9pt; }\

</style>

<body>

<div style="position: absolute; left: 450px; top:130px; width:400px;;">


<span class="header">Torn</span><br></div>

<div style="position: absolute; left: 385px; top:194px; width:400px;">

<div class="header2">Now the perfect sky is torn.</div></div>

<div style="position:absolute;left: 430px; top:300px; width: 550px;">

<Blogger>

<table border="0" cellpadding="0" cellspacing="0" >

<div class="h2"><$BlogItemTitle$></div>

<div class="h3">Date : <BlogDateHeader><$BlogDateHeaderDate$></BlogDateHeader></div>

<div class="entry"><$BlogItemBody$><br>

<center><a href="javascript:scroll(0,0)">Baby,top.</a> ||
<$BlogItemDateTime$><br><br></center></div>

</Blogger>

</table></div>

<div style="position:absolute; left: 185px; top:300px; width: 190px; background-color:#FFF;">

<div class="h1">Profile</div><br>

<div class="entry">

<center><img src="http://2.bp.blogspot.com/_3uhU3jh-
u6k/SvwCYlkdilI/AAAAAAAAAHg/8bSYNTgNi9E/s1600-h/DSC00184.JPG"><img style="TEXT-ALIGN:
center; MARGIN: 0px auto 10px; WIDTH: 110px; DISPLAY: block; HEIGHT: 80px; CURSOR: hand"
id="BLOGGER_PHOTO_ID_5403196274362911314" border="0" alt=""
src="http://2.bp.blogspot.com/_3uhU3jh-
u6k/SvwCYlkdilI/AAAAAAAAAHg/8bSYNTgNi9E/s320/DSC00184.JPG" <br><br>

<i>*J E N N I F E R*</i><br>

imperfect is a great word to describe her.<br>


14 candles on this special day-15.9.95.Loves God ♥, her family ♥ and friends ♥<br>

believes in miracles and tries to do the right things(not always successful :p)<br>

Anyway, enjoy the blog :)<br>

<a href="http://jenniferhew30@hotmail.com">email.</a> || <a


href="http://www.facebook.com/profile.php?id=842601519&ref=profile">facebook</a>.<br>

</div><br>

<div class="h1">Message</div><br>

<div class="entry">

<iframe title="jenn123" src="http://www2.shoutmix.com/?jenn123" width="150" height="400"


frameborder="0" scrolling="auto">

<a href="http://www2.shoutmix.com/?jenn123">View shoutbox</a>

</iframe>

<br /><a href="http://www.shoutmix.com" title="Get your own free shoutbox chat widget at
ShoutMix!">ShoutMix chat widget</a><br />

<!-- End ShoutMix -->

</a><br>

Max width is uh 190px.<br>

Make the cbox short, its nicer! :D<br>

<br></div>

<div class="h1">Music</div><br>

<div class="entry">

<center><p style="visibility:visible;"><object type="application/x-shockwave-flash"


data="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" height="390" width="235"
style="width:235px;height:390px"><param name="movie"
value="http://assets.myflashfetish.com/swf/mp3/mff-touch.swf" /><param name="quality"
value="high" /><param name="scale" value="noscale" /><param name="salign" value="TL" /><param
name="wmode" value="transparent"/><param name="flashvars"
value="myid=21675198&path=2009/05/08&mycolor=a7c3d9&mycolor2=5f64a3&mycolor3=ebebeb&au
toplay=true&rand=0&f=4&vol=95&pat=14&grad=false&ow=235&oh=390"/></object><br><a
href="http://www.mixpod.com/playlist/21675198" target="_blank"><img
src="http://assets.myflashfetish.com/images/get-tracks.gif" title="Get Music Tracks!" style="border-
style:none;" alt="Music"></a><a href="http://www.mixpod.com" target="_blank"><img
src="http://assets.myflashfetish.com/images/make-own.gif" title="Create A Playlist!" style="border-
style:none;" alt="Playlist"></a><br /><a href="http://mixpod.com">Music Playlist</a> at <a
href="http://mixpod.com">MixPod.com</a></p></center><br>

<div class="h1">Affiliates</div><br>

<div class="entry">

<a href="http://chs-2a1-09.blogspot.com">2a1's blog</a></font><font face="Georgia"><BR>

<a href="http://kylee0116.blogspot.com">Ka Yan❤</a></font><font face="Georgia"><BR>

<a href="http://colourless-nights.blogspot.com">Chai Hoong</a></font><font face="Georgia"><BR>

<a href="http://mylife-mywonderfulworld.blogspot.com">Ee Cheng</a></font><font


face="Georgia"><BR>

<a href="http://elaine174.blogspot.com">Ee Lain</a></font><font face="Georgia"><BR>

<a href="http://miraclelurve1240.blogspot.com">Hui Li</a></font><font face="Georgia"><BR>

<a href="http://darkmoments-life.blogspot.com">Jing Yi</a></font><font face="Georgia"><BR>

<a href="http://shockingjohn.blogspot.com">John</a></font><font face="Georgia"><BR>

<a href="http://beinglost-dilemma.blogspot.com">Jun Wei</a></font><font face="Georgia"><BR>

<a href="http://owh-kay.blogspot.com">Kay Kay</a></font><font face="Georgia"><BR>

<a href="http://the-sound-of-wind.blogspot.com">Kenn Kenn</a></font><font face="Georgia"><BR>

<a href="http://lifelessqian.blogspot.com">Qian Hui</a></font><font face="Georgia"><BR>

<a href="http://michellesweetpink-xoxo.blogspot.com">Qin Ning</a></font><font


face="Georgia"><BR>

<a href="http://dumdumforever.blogspot.com">Thepa Anne</a></font><font face="Georgia"><BR>

<a href="http://complicatedccyy.blogspot.com">Yan Yee</a></font><font face="Georgia"><BR>


<a href="http://capturethecolourfulimagination.blogspot.com">Yi Lin</a></font><font
face="Georgia"><BR>

<a href="http://zininglian.blogspot.com">Zi Ning</a></font><font face="Georgia"><BR>

<a href="http://herecomesthesunshinex3.blogspot.com">Elora</a></font><font face="Georgia"><BR>

<a href="http://url-lesss.blogspot.com">Yee Aung</a></font><font face="Georgia"><BR>

<a href="http://meaninglessdeadfish.blogspot.com">Sue Yi</a></font><font face="Georgia"><BR>

<a href="http://bigdreamsinthesky.blogspot.com">Khai Wei</a></font><font face="Georgia"><BR>

<a href="http://crys-leavethepassbehind.blogspot.com">Crystal</a></font><font face="Georgia"><BR>

<a href="http://meaningful-life-dreams.blogspot.com">Alicia</a></font><font face="Georgia"><BR>

<a href="http://sweetaddiction-memories.blogspot.com">Shu Yi</a></font><font face="Georgia"><BR>

<a href="http://liwellen.blogspot.com">Li Wen</a></font><font face="Georgia"><BR>

<a href="http://blablaboo-x.blogspot.com">Li Yin</a></font><font face="Georgia"><BR>

<a href="http://yarwenn.blogspot.com">Melissa Cheng</a></font><font face="Georgia"><BR>

<a href="http://onionbabe.blogspot.com">Jia Min</a></font><font face="Georgia"><BR>

<a href="http://sugarbabeswhee.blogspot.com">Jaclyn</a></font><font face="Georgia"><BR>

<a href="http://jeanno-xoxo-lovess.blogspot.com">Pei Jean</a></font><font face="Georgia"><BR>

<a href="http://innovator000.blogspot.com">Jing Xian</a></font><font face="Georgia"><BR>

<a href="http://birdiestory.blogspot.com">Hui Zhi</a></font><font face="Georgia"><BR>

<a href="http://ilovecrapx3.blogspot.com">Maple</a></font><font face="Georgia"><BR>

<a href="http://mehmehx3.blogspot.com">Li Yin</a></font><font face="Georgia"><BR>

<a href="http://sherayn.blogspot.com">Sherayn Chai</a></font><font face="Georgia"><BR>

<a href="http://timelessmistici.blogspot.com">Yeong Hsin</a></font><font face="Georgia"><BR>

<a href="http://dylan-chong.blogspot.com">Hou Thien</a></font><font face="Georgia"><BR>

<a href="http://her-unveilsecret.blogspot.com.blogspot.com">Xing Yu</a></font><font


face="Georgia"><BR>

<a href="http://abendinmylife.blogspot.com">Bei-Zhen</a></font><font face="Georgia"><BR>


<a href="http://khootenghoongiscoolxd.blogspot.com">Teng Hoong</a></font><font
face="Georgia"><BR></center>

<br><br>

<center><select name="menu" onChange="location.href=this.options[this.selectedIndex].value;"


value="GO" style="font-size: 8pt;color: #999; font-family: arial; width:130px;">

<option value="/"><i>M</i>emories</option>

<BloggerArchives><option
value='<$BlogArchiveURL$>'><$BlogArchiveName$></option><br></BloggerArchives>"><br>

</select></center>

</div><br>

<div class="h1">Credits</div>

<div class="entry">

Do not remove. :)<br>

Layout by : <a href="http://www.blogskins.com/me/n-serendipity">N-serendipity.</a><br>

Icons by : <a href="http://black-balloonxx.livejournal.com/">Black-balloonxx.</a><br>

Floral Patterns : <a


href="http://s642.photobucket.com/albums/uu141/blue_mutzz/">Blue_mutzz.</a><br></div>

</div>

</body>

</head></html>

You might also like