< meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> Blog, James.. I mean, THE BLOG!! < script language="javascript"> // Bryo Layer Switcher :P Tutorial included below!! IE = (document.all && document.getElementById); var opacs = 0; var Layers = 0; var fading = 0; var fadeout = 0; function InitLayers(num) { opacs = new Array(num); Layers = new Array(num); fading = new Array(num); fadeout = new Array(num); } function Init(Layer, num) { Layers[num] = Layer; opacs[num] = 30; fading[num] = 0; fadeout[num] = 0; if (IE) { document.getElementById(Layer).filters.alpha.opacity = 30; } else { document.getElementById(Layer).style.MozOpacity = 0.3; } } function FadeIn(num) { if (!fading[num]) { fading[num] = 1; fadeout[num] = 0; } else return; if (opacs[num] < 60) { opacs[num] += 5; if (IE) document.getElementById(Layers[num]).filters.alpha.opacity = opacs[num]; else document.getElementById(Layers[num]).style.MozOpacity = opacs[num]/100; setTimeout('FadeIn2(' + num + ')', 50); } } function FadeIn2(num) { if (!fading[num]) return; if (opacs[num] < 60) { opacs[num] += 5; if (IE) document.getElementById(Layers[num]).filters.alpha.opacity = opacs[num]; else document.getElementById(Layers[num]).style.MozOpacity = opacs[num]/100; setTimeout('FadeIn2(' + num + ')', 50); } else { fading[num] = 0; fadeout[num] = 0; } } function FadeOut(num) { if (!fadeout[num]) { fadeout[num] = 1; fading[num] = 0; } else return; if (opacs[num] > 30) { opacs[num] -= 5; if (IE) document.getElementById(Layers[num]).filters.alpha.opacity = opacs[num]; else document.getElementById(Layers[num]).style.MozOpacity = opacs[num]/100; setTimeout('FadeOut2(' + num + ')', 50); } } function FadeOut2(num) { if (!fadeout[num]) return; if (opacs[num] > 30) { opacs[num] -= 5; if (IE) document.getElementById(Layers[num]).filters.alpha.opacity = opacs[num]; else document.getElementById(Layers[num]).style.MozOpacity = opacs[num]/100; setTimeout('FadeOut2(' + num + ')', 50); } else { fadeout[num] = 0; fading[num] = 0; } }

<$BlogDateHeaderDate$>
<$BlogItemTitle$>

<$BlogItemBody$>

<$BlogItemAuthor$> was shot at <$BlogItemDateTime$>

About Me

Gender Male
Age 14
Location Kalamazoo, MI
Ethnicity Black / African
Interested in Women
Status Single

Comments

No comments yet. Be the first one to comment!

Statistics

Status
Winks 0
Comments 0
Page views 2,322
Posts 0
Group Member
Registered Jun 21, 2007
Last update Jun 21, 2007

Web Skills

Photoshop, Paint Shop Pro, Animation Shop