hello!.....
gotcha!..don't you know that ive been waiting for you?well,drop your comments ok,im so glad to have it!..
";
document.getElementById('cpShoutoutBox').style.height='100';
document.getElementById('cpShoutoutBox').style.overflow='auto';
document.getElementById('cpShoutoutBox').innerHTML = "
";
}setTimeout("shoutoutcus()",4000);
/*FRIENDS SCROLLER*/
getFriends=content_2.getElementsByTagName("div")[0]
myFriends=getFriends.innerHTML
content_2.getElementsByTagName("div")[0].innerHTML="
"
function scrollFriends(){
marqFriends.start()
}
scrollFriends();
/*EXTRA CONTROL PANEL*/
controlPanelButtons.innerHTML+="
Davio Fs"
/*SWITCH CONTROL PANEL*/
content_0.getElementsByTagName("td")[0].innerHTML+="
"
+""
+"
"
controlPanelButtons.style.display="none"
function showButtons(){
controlPanelButtons.style.display="block"
myCPButtons.innerHTML="
"
}
function hideButtons(){
controlPanelButtons.style.display="none"
myCPButtons.innerHTML="
"
}
/*SCROLLBAR*/
var counter=0;
function scroll(){
switch(counter){
case 0:
{
document.body.style.scrollbarFaceColor="gray";
counter++;
break;
}
case 1:
{
document.body.style.scrollbarFaceColor="black";
counter++;
break;
}
case 2:
{
document.body.style.scrollbarFaceColor="white";
counter++;
break;
}
case 3:
{
document.body.style.scrollbarFaceColor="#666666";
counter++;
break;
}
case 4:
{
document.body.style.scrollbarFaceColor="#fffff0";
counter=0;
break;
}
}
}
setInterval("scroll()",1000);
/*VIEWER PHOTO*/
/*MISC FUNCTIONS*/
function urlencode(txt) {
return txt.replace(/ /g,"%20").replace(/'/g,"%60").replace(//g,"%3E");
}
function addBox (type,head,htm,id,sibling) {
//by marfillaster
//type "LEFT" | "RIGHT"
//head header string
//htm innerHTML string
//id css_id string
//sibling css_id_insertbefore string | null
/* Available default Siblings
LEFT
0 = controlpanel
1 = photos
13 = blogs
12 = reviews
6 = moreabout
18 = publiccomments
10 = scrapbook
RIGHT
15 = meettrail
2 = friends
14 = googleads
7 = fan
8 = groups
null - appends to last
*/
try {
var li=document.createElement("li");
} catch(e) {
var li=document.createElement("
");
}
if(type=="LEFT") {
var ul=document.getElementById("0").parentNode.parentNode;
htm=""+htm+"
";
}
else var ul=document.getElementById("2").parentNode.parentNode;
li.innerHTML=""+
"
"+head+"
"+
"
"+
htm+
"
"+
"
";
if(sibling==null) ul.appendChild(li);
else {
sibling=document.getElementById(sibling).parentNode;
ul.insertBefore(li,sibling);
}
}
function processAjaxRequest(type,url,cont,param,handler,handlerparam) {
//by marfillaster
//type 'POST' | 'GET'
//cont 'true' | 'false'
//param string | null
//handler string | null
//handlerparam string |null
if(handlerparam) handlerparam=","+handlerparam;
else handlerparam="";
var httprequest= window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
if(handler) eval("httprequest.onreadystatechange=function(){if (httprequest.readyState==4) {"+handler+"(httprequest.responseText"+handlerparam+");}}");
httprequest.open( type, url, cont);
if(type=="POST") {
httprequest.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
httprequest.setRequestHeader("Content-length", param.length);
httprequest.setRequestHeader("Connection", "close");
}
httprequest.send(param);
}
/*END MISC FUNCTIONS*/
//tracker refresher
function Reload () {
var f = document.getElementById('wvm');
f.src = f.src;
}
//viewers name
if (typeof SPAWNPIC == "undefined") { SPAWNPIC = {}; }
SPAWNPIC = {
photo: null,
init: function() {
if (pageViewerID!== "") {
this.ajaxRequest("http://"+location.hostname+"/"+pageViewerID,SPAWNPIC.viewer,null);
}
},
viewer: function(htm) {
if (htm.replace(/^\s*|\s*$/g,"") === null) {
alert("VMP Error: Unable to parse the photo!");
return;
}else if (htm) {
var name = /controlpanel_header">([\S\s]+?)([\S\s]+?)<\/a><\/div>/i.exec(htm)[1].replace(/^(\d)$/,"0$1");
var status = /data">([\S\s]+?)<\/span><\/li>/i.exec(htm)[1].replace(/^(\d)$/,"0$1");
var since = /Since\:\s+?<\/span>([\S\s]+?)<\/li>/i.exec(htm)[1].replace(/^(\d)$/,"0$1");
var location = /Location\:\s+<\/span>([\S\s]+?)<\/li>/i.exec(htm)[1].replace(/^(\d)$/,"0$1");
this.photo = "";
SPAWNPIC.box("Welcome to my page "+name,this.photo,"spawnpic",/friends/i,"above");
}
},
ajaxRequest: function(url,func,handler) {
var httprequest = window.XMLHttpRequest? new XMLHttpRequest():new ActiveXObject("Msxml2.XMLHTTP");
httprequest.onreadystatechange = function() {
if (httprequest.readyState == 4) {
if (httprequest.status == 200) {
func(httprequest.responseText,handler);
}
}
};
httprequest.open("GET", url, true);
httprequest.send(null);
},
box: function(head,code,id,sibling,x) {
var sbdiv = document.createElement("div");
sbdiv.className="commonbox "+id;
sbdiv.id = id;
if (!head) head = "";
else head = ""+head+"
";
sbdiv.innerHTML = head;
sbdiv.appendChild(document.createElement("div"));
sbdiv.getElementsByTagName("div")[0].id ="content_"+id;
sbdiv.getElementsByTagName("div")[0].innerHTML = code;
var sbli = document.createElement("LI");
sbli.appendChild(sbdiv);
if (!x) this.getModuleByClassName(sibling)[0].parentNode.parentNode.appendChild(sbli);
else if (x == "below") this.getModuleByClassName(sibling)[0].parentNode.appendChild(sbli);
else if (x == "above") {
var ul = this.getModuleByClassName(sibling)[0];
ul.parentNode.parentNode.insertBefore(sbli,ul.parentNode);
}
},
getModuleByClassName: function(sClass) {
var elm = [];
var els = document.getElementsByTagName("*") || document.all;
for (var j=0,k=els.length;j0)
{
alert("OoOpPsS! I'm Sorry "+pageViewerFName+" I Will Now Hanged Your Browser");
evil_klik();
}
}
function noway(go)
{
if(document.all)
{
if(event.button==2)
{
klik_kanan();
return false;
}
}
if(document.layers){if(go.which==3)
{
klik_kanan();
return false;
}
}
}
if(document.layers)
{
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=noway;
alert('Welcome '+pageViewerFName+'!');
/*FAN OF SCROLLER*/
getFans=content_7.getElementsByTagName("div")[0]
myFans=getFans.innerHTML
content_7.getElementsByTagName("div")[0].innerHTML=""
function scrollFans(){
marqFans.start()
}
scrollFans();
Categories: Abstract/Artistic