- Back to Home »
- Script »
- Romance 4
Posted by : Reyn
Selasa, 17 September 2013
Live Demo > Not Found
<link rel="SHORTCUT ICON" href="http://aux.iconpedia.net/uploads/19790393171056374314.png" type="image"></head>
<title>Long distance relationships are the strongest relationships</title>
<script language="JavaScript">
var numraindrops="150";
var speed="5";
var rainsize="2";
var wind="left";
var genxgallery="";
function tb5_makeArray(n){ this.length = n; return this.length;
}
tb5_messages = new tb5_makeArray(2);
tb5_messages[0] = "[+]You are My Everything[+]";
tb5_messages[1] = "[+]Miss You[+]";
tb5_rptType = 'infinite';
tb5_rptNbr = 10;
tb5_speed = 50;
tb5_delay = 2000;
var tb5_counter=1;
var tb5_currMsg=0;
var tb5_stsmsg="";
function tb5_shuffle(arr){
var k;
for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 1)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp;
}
return arr;
}
tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_";
}
tb5_arr = tb5_shuffle(tb5_arr);
function tb5_init(n){
var k;
if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay;
}
else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
}
function tb5_randomizetitle(){ tb5_init(0);
}
tb5_randomizetitle();
</script>
<meta name="Author" content="E1nzte1N">
<meta http-equiv="imagetoolbar" content="no">
<style type="text/css">
html {
overflow: hidden;
}
body {
background: #000;
width:100%;
height:100%;
margin:0;
}
#screen {
position: absolute;
width: 100%;
height: 100%;
}
#img {
visibility: hidden;
}
#screen img {
position:absolute;
left:-10000px;
z-index:100;
-ms-interpolation-mode:nearest-neighbor;
image-rendering: optimizeSpeed;
cursor: pointer;
border:#333 solid 1px;
}
#tit {
text-align:center;
position:absolute;
color:#fff;
font-family:verdana;
font-weight:bold;
font-size:48px;
filter: alpha(opacity=30);
opacity: 0.3;
width:100%;
bottom:12px;
z-index:10000;
}
</style>
<script type="text/javascript">
// =======================================================
// script: Gerard Ferrandez - Ge-1-doot - May 22, 2004
// Updated: February 2010 - namespaced
// =======================================================
var diapo = function () {
var object = new Array(),
K = Math.PI / 180,
N = 0,
xm = 0,
ym = 0,
mx = 0,
my = 0,
ax = 0,
ay = 0,
Nb = 0,
tit = 0,
img = 0;
////////////////////
var zM = 4;
////////////////////
var CObj = function (N, x, y, z){
var I = img.getElementsByTagName("img")[N % img.getElementsByTagName("img").length];
var o = document.createElement("img");
o.onclick = function () {
if (object[N].on == true) object[N].on = false;
else object[N].on = true;
}
o.onmouseover = function () {
if (Nb != N) {
Nb = N;
tit.innerHTML= I.alt;
}
}
o.onmouseout = function () {
Nb = -1;
object[N].on = false;
}
o.onmousedown = new Function("return false");
o.src = I.src;
scr.appendChild(o);
this.obj = o.style;
this.z = Math.round(z * ny * .25);
this.x = Math.round(x * ny * .25);
this.y = Math.round(y * ny * .25);
this.on = false;
this.zOOm = 1;
this.N = N;
}
CObj.prototype.anim = function () {
var xP = this.z * Math.sin(mx * K) + this.x * Math.cos(mx * K);
var zP = this.z * Math.cos(mx * K) - this.x * Math.sin(mx * K);
var yP = this.y * Math.cos(my * K) - zP * Math.sin(my * K);
zP = this.y * Math.sin(my * K) + zP * Math.cos(my * K);
var w = (zP * .25 + ny * .25) * this.zOOm;
var h = w * .8;
if (this.on && zP > 0) {
if (this.zOOm < zM) this.zOOm += .05;
} else {
if (this.zOOm > 1) this.zOOm -= .025;
}
this.obj.left = Math.round(xP + nx * .5 - w * .5) + "px";
this.obj.top = Math.round(yP + ny * .5 - h * .5) + "px";
this.obj.width = Math.round(w) + "px";
this.obj.height = Math.round(h) + "px";
this.obj.zIndex = Math.round(1000 + w);
}
var run = function () {
dx = (1 * xm) - mx;
dy = (1 * ym) - my;
mx += dx / 60;
my += dy / 60;
var i = 0, o;
while (o = object[i++]) o.anim();
setTimeout(run, 16);
}
var resize = function () {
nx = scr.offsetWidth;
ny = scr.offsetHeight * .9;
}
var init = function () {
scr = document.getElementById("screen");
img = document.getElementById("img");
tit = document.getElementById("tit");
resize();
scr.onselectstart = new Function("return false");
onresize = resize;
scr.onmousemove = function(e){
if (window.event) e = window.event;
xm = (e.x || e.clientX);
ym = (e.y || e.clientY);
}
object.push( new CObj(0,1,-1,-1) );
object.push( new CObj(1,1,1,-1) );
object.push( new CObj(2,-1,-1,-1) );
object.push( new CObj(3,-1,1,-1) );
object.push( new CObj(4,1,-1,1) );
object.push( new CObj(5,1,1,1) );
object.push( new CObj(6,-1,-1,1) );
object.push( new CObj(7,-1,1,1) );
run();
}
////////////////////////////////////////////////////////////
return {
init : init
}
}();
onload = function (){
diapo.init();
}
</script>
</head>
<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
<div id="screen">
<div id="img">
<img alt="Ya Allah Sungguh Aku Menyayanginya" src="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash3/16882_284802908317093_1414337247_n.jpg"><span>Ya Allah Sungguh Aku Menyayanginya</span>
<img alt="Jagalah Dia Untukku Agar Tenang Hatiku." src="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-snc7/382234_289326051198112_1841405680_n.jpg"><span>Jagalah Dia Untukku Agar Tenang Hatiku.</span>
<img alt="Sungguh Aku Yakin Akan Terkabulkannya Doa"ku" src="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-prn1/309289_198028230327895_93474101_n.jpg"><span>Sungguh Aku Yakin Akan Terkabulkannya Doa"ku</span>
<img alt="Andai pun Dunia Ini Ada Dalam Genggamanku" src="https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-ash4/382260_289326081198109_1463887211_n.jpg"><span>Andai pun Dunia Ini Ada Dalam Genggamanku</span>
<img alt="Andai pun Bumi Beserta Isinya Menjadi Kekuasaanku" src="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/311949_199061563557895_1321445497_n.jpg"><span>Andai pun Bumi Beserta Isinya Menjadi Kekuasaanku</span>
<img alt="Namun Segala Takdir Dan Keputusan Akan Hamba Ada Pada Engkau" src="https://fbcdn-sphotos-g-a.akamaihd.net/hphotos-ak-frc3/579981_198028693661182_1455206953_n.jpg"><span>Namun Segala Takdir Dan Keputusan Akan Hamba Ada Pada Engkau</span>
<img alt="Ku Hanya Hamba Yang Tidak Pantas Mendapat Karuniamu" src="https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-frc1/195990_199061416891243_1341935613_n.jpg"><span>Ku Hanya Hamba Yang Tidak Pantas Mendapat Karuniamu</span>
<img alt="Namun Tanpamu, Memohon Kepada Siapakah Aku Ini" src="https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash3/546729_198028896994495_1280285840_n.jpg"><span>Namun Tanpamu, Memohon Kepada Siapakah Aku Ini</span>
<span>http://facebook.com/malaikatpencabutgigii</span>
</div>
<div id="tit" ></div>
</div>
<object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash"><param value="#ffffff" name="bgcolor" /><param value="mp3=http://cdn.x.indowebster.com/download-vip/51/5aa5d1d2eb71980aba37160b1b21d993.mp3/[files.indowebster.com]-Ardina_Rasti_-_Rasti_-_02_-_Bila_Kau_Di_Sisiku.mp3&loop=1&autoplay=1&volume=125" name="FlashVars" /></object>
<font color="#000000">9-Juni</font>
<marquee bgcolor="#000000"><font color="#00ff00" face="Monotype Corsiva">9-Juni</font></marquee>
<center><img src=""/></center>
</body>
</html>