Oldies Jukebox # 1 Oldies Jukebox # 2 Oldies Jukebox # 3 Oldies Jukebox # 4 Oldies Jukebox # 5 .. Oldies Jukebox # 6
SUPERMAN (IT'S NOT EASY)TALK DIRTY TO MEBest of TimesCome Sail AwayFeel Like Making LoveIn the Air TonightPiano ManStairway to HeavenStairway to HeavenTwo Out of Three Ain't BadAMERICAN PIEBABEBOHEMIAN RHAPSODYBROWN EYED GIRLFIRE AND RAINFREEBIRDMARGARITAVILLEMORE THAN A FEELINGONLY THE GOOD DIE YOUNGPARADISE BY THE DASHBOARD LIGHTTHE JOKERTWO OUT OF THREE AIN'T BADYOU SHOOK ME ALL NIGHT LONGANGEL (by Shaggy)EVERY ROSE HAS ITS THORNHOME SWEET HOMEMELT WITH YOUONE (by U2) All I Ask of YouAngel EyesDont Wanna Miss A ThingEverything I Do I Do It For YouHeaven In Your EyesI Can't Fight This FeelingFaithfullyFor The First TimeMore Than WordsOpen ArmsTake My Breath AwayTruly, Madly, DeeplyUnchained MelodyWe've Got TonightYour're the InspirationArms Wide OpenDrops of JupiterHemorrhageGlycerineIf Your GoneIt's Been AwhileIrisMy SacrificeOutsideBest of TimesCome Sail AwayFeel Like Making LoveIn the Air TonightPiano ManStairway to HeavenTwo Out of Three Ain't BadEverybody HurtsEvery Rose Has It's ThornI'll Stand By YouFollow MeLove BitesMusic of the NightPatienceWith or Without You BreatheCowboy Take Me AwayCrazyDon't Laugh At MeForever LoveGoodbye EarlI Get to Come Home to YouI Like It I Love ItMan to ManThe GamblerTravelin' SoldierWhat If She's An AngelWhen You Lie Next to MeConcrete AngelI BelieveI Wanna Talk About MeWe DancedStrawberry WineShe's My Kind of RainDon'tUnchained MelodyAgainst All OddsAll for LoveAngelIfThe RoseTonight I Celebrate My LoveWhen I See You SmileWonderful TonightEverybody HurtsEvery Rose Has It's ThornI'll Stand By YouFollow MeLove BitesMusic of the NightPatienceWith or Without YouArms Wide OpenDrops of JupiterHemorrhageGlycerineIf Your GoneIt's Been AwhileIrisMy SacrificeOutsideBest of TimesCome Sail AwayFeel Like Making LoveIn the Air TonightPiano ManAmazedAustinCross My HeartForever and Ever AmenGood Morning BeautifulIf Tomorrow Never ComesI Breathe In I Breathe OutI Miss My FriendIt's Your LoveLandslideLet's Make LoveMake You Feel My LoveNot a Day Goes ByPictureRed Rag TopRiding With Private MaloneShe'll Leave You With A SmileThe DanceThe RiverThe OneThese DaysValentineYou Shouldn't Kiss Me Like ThisYou've Got A WayWhen You Say Nothing At AllWho's Your DaddyTwo Out of Three Ain't Bad
<table border=2 bordercolor=blue cellspacing=0><tr><td> <applet codebase=http://www.ClockBot.com/ code=clockbot.Clock width=125 height=25> <param name=bgColor value="#FFFFFF"> <param name=fgColor value="#9966FF"> <param name=shadowColor value="#FFFFFF"> <param name=fontName value="arial"> <param name=fontSize value="20"> <param name=xoff value="2"> <param name=yoff value="2"> <param name=xstart value="10"> <param name=ystart value="21"> <param name=rot value="0"> <param name=msleep value="300"> </applet></table>
Link button wit color
<FORM METHOD="link" ACTION="URL HERE"> <INPUT TYPE="submit" VALUE="TEXT HURR" style="font-family:FONT" style="border style:solid" style="background:COLOR" style="color:COLORHURR"> </FORM>
<STYLE type="text/css"><!-- A:link{color:grey;text-decoration:none} A:visited{color:white;text-decoration:none} A:active{color:white;text-decoration:none} A:hover{color:white;text-decoration:underline overline;cursor:crosshair;border: 4pt dotted red;background-color:black } --></STYLE>
<p align=center><SCRIPT LANGUAGE="JavaScript1.2"> //<!--Start // Script by Matt Gabbert (tax@nolag.com) // Based on my Fireworks script (javascript.internet.com/bgeffects/mouse-fireworks.html), var sparksOn = true; var speed = 40; var power = 4; // Don't change these values ----- var ns=(document.layers); var ie=(document.all); var sparksAflyin = false; var allDivs = new Array(10); var totalSparks = 0; // ------------------------------- function initShootingStars(){ if(!ns && !ie){ sparksOn = false; return; } document.onmousedown = mouseDown; if (ns) document.captureEvents(Event.MOUSEDOWN); for(dNum=0; dNum<7; ++dNum){ if(ie) allDivs[dNum]=eval('document.all.sDiv'+dNum+'.style'); else allDivs[dNum]=eval('document.layers["sDiv'+dNum+'"]'); } } function mouseDown(e){ if(sparksOn){ var mousex=(ns)?e.pageX:event.x+document.body.scrollLeft; var mousey=(ns)?e.pageY:event.y+document.body.scrollTop; if(!sparksAflyin){ sparksAflyin=true; totalSparks=0; for(var spark=0;spark<=6;spark++){ dx=Math.round(Math.random()*50); dy=Math.round(Math.random()*50); moveTo(spark,mousex,mousey,dx,dy); } } } } function moveTo(i,tempx,tempy,dx,dy){ if(ie){ if(tempy+80>(document.body.offsetHeight+document.body.scrollTop)) tempy=document.body.offsetHeight+document.body.scrollTop-80; if(tempx+80>(document.body.offsetWidth+document.body.scrollLeft)) tempx=document.body.offsetWidth+document.body.scrollLeft-80; } if(tempx>-50&&tempy>-50){ tempx+=dx;tempy+=dy; allDivs[i].left=tempx; allDivs[i].top=tempy; dx-=power;dy-=power; setTimeout("moveTo("+i+","+tempx+","+tempy+","+dx+","+dy+")",speed) } else ++totalSparks if(totalSparks==7){ sparksAflyin=false; totalSparks=0; } } function toggleSparks(){ sparksOn = (sparksOn)? 0:1; } onload=initShootingStars //End--> </script> <style type="text/css"> #sDiv0 {position:absolute; top:-20; left:-20; height:1; width:1; font-family:arial black; font-size:15px; color:ff00ff;} #sDiv1 {position:absolute; top:-20; left:-20; height:1; width:1; font-family:arial black; font-size:15px; color:ff00ff;} #sDiv2 {position:absolute; top:-20; left:-20; height:1; width:1; font-family:arial black; font-size:15px; color:ff00ff;} #sDiv3 {position:absolute; top:-20; left:-20; height:1; width:1; font-family:arial black; font-size:15px; color:ff00ff;} #sDiv4 {position:absolute; top:-20; left:-20; height:1; width:1; font-family:arial black; font-size:15px; color:ff00ff;} #sDiv5 {position:absolute; top:-20; left:-20; height:1; width:1; font-family:arial black; font-size:15px; color:ff00ff;} #sDiv6 {position:absolute; top:-20; left:-20; height:1; width:1; font-family:arial black; font-size:15px; color:ff00ff;} </style> <div id="sDiv0">*</div> <div id="sDiv1">*</div> <div id="sDiv2">*</div> <div id="sDiv3">*</div> <div id="sDiv4">*</div> <div id="sDiv5">*</div> <div id="sDiv6">*</div> <a href="javascript:toggleSparks()"></a> </form> </font><br>
Fire Works
<script language="JavaScript1.2"> /* Document firework script (By Kurt Gregg, kurt.grigg@virgin.net) Modified/ perm. granted to Dynamic Drive to feature script in archive For full source and 100's more DHTML scripts, visit http://dynamicdrive.com */ var ns=document.layers?1:0 var ie4=document.all?1:0 var ns6=document.getElementById&&!document.all?1:0 amount=14; if (ns){ for (i=0; i < amount; i++) document.write("<LAYER NAME='nsstars"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>"); } else if (ie4||ns6){ document.write("<div id='ieCov' style='position:absolute;top:0px;left:0px'>"); document.write("<div style='position:relative'>"); for (i=0; i < amount; i++) document.write("<div id='iestars"+i+"' style='position:absolute;top:0px;left:0px;width:1;height:1;background:#ffffff;font-size:1;z-index:10'></div>"); document.write("</div></div>"); } Clrs=new Array('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00','00ff00','ffffff','ff00ff') sClrs=new Array('ffa500','00ff00','FFAAFF','fff000','fffffF') Xpos=300; Ypos=150; initialStarColor='00ff00'; step=5; currStep=0; explosionSize=120; function Fireworks(){ var WinHeight=(ns||ns6)?window.innerHeight-100:window.document.body.clientHeight-100; var WinWidth=(ns||ns6)?window.innerWidth-100:window.document.body.clientWidth-100; var Yscroll=(ns||ns6)?window.pageYOffset:document.body.scrollTop; for (i=0; i < amount; i++){ if (ie4||ns6) var layer=ns6?document.getElementById("iestars"+i).style : eval("iestars"+i).style; else if (ns) var layer=document.layers["nsstars"+i] var randCol=Math.round(Math.random()*8); var randSz=Math.round(Math.random()*2); layer.top = Ypos + explosionSize*Math.sin((currStep+i*5)/3)*Math.sin(currStep/100) layer.left= Xpos + explosionSize*Math.cos((currStep+i*5)/3)*Math.sin(currStep/100) if (currStep < 110){ if (ns){layer.bgColor=initialStarColor;layer.clip.width=1;layer.clip.height=1} else{layer.background=initialStarColor;layer.width=1;layer.height=1;layer.fontSize=1} } else{ if (ns){layer.bgColor=Clrs[randCol];layer.clip.width=randSz;layer.clip.height=randSz} else{layer.background=Clrs[randCol];layer.width=randSz;layer.height=randSz;layer.fontSize=randSz} } } if (currStep > 220) { currStep=0; Ypos = 50+Math.round(Math.random()*WinHeight)+Yscroll; Xpos = 50+Math.round(Math.random()*WinWidth); for (i=0; i < sClrs.length; i++) { var newIcol=Math.round(Math.random()*i); } initialStarColor=sClrs[newIcol]; explosionSize=Math.round(80*Math.random()+100); } currStep+=step; setTimeout("Fireworks()",20); } Fireworks(); // --> </script>
<textarea ROWS=5 COLS=15 style="background:COLOR" style="font-family:FONT" style="color:COLOR HERE" style="border style:solid"> TEXT RIGHT HURR
<script LANGUAGE="JavaScript"> document.onmousedown=click var times=0 var times2=10 function click() { if ((event.button==2) || (event.button==3)) { if (times>=1) { bye() } alert("YTEXT HURR "); times++ } } function bye() { alert(" TEXT HURR "); bye() } </script> </select></form> </script>
<!--Place this script anywhere in a page.--> <!--NOTE: You do not need to modify this script.--> <SCRIPT LANGUAGE = "JavaScript"> <!-- // Array of day names var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); var monthNames = new Array("January","February","March","April","May","June","July", "August","September","October","November","December"); var dt = new Date(); var y = dt.getYear(); // Y2K compliant if (y < 1000) y +=1900; document.write(dayNames[dt.getDay()] + ", " + monthNames[dt.getMonth()] + " " + dt.getDate() + ", " + y); // --> </SCRIPT>
<body> <!-- START HOME FREE HEADER CODE --> <!-- END HOME FREE HEADER CODE --> <style> .spanstyle { position:absolute; visibility:visible; top:-50px; font-size:10pt; font-family:Verdana; font-weight:bold; color:white; } </style> <script> /* Cursor Trailor Text- By Peter Gehrig (http://www.24fun.ch/) Permission given to Dynamicdrive.com to feature script in it's archive. For full source code, installation instructions, and 1000's more DHTML scripts, visit http://dynamicdrive.com */ var x,y var step=20 var flag=0 // Your snappy message. Important: the space at the end of the sentence!!! var message="TEXT HURR " message=message.split("") var xpos=new Array() for (i=0;i<=message.length-1;i++) { xpos[i]=-50 } var ypos=new Array() for (i=0;i<=message.length-1;i++) { ypos[i]=-50 } function handlerMM(e){ x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY flag=1 } function makesnake() { if (flag==1 && document.all) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("span"+(i)+".style") thisspan.posLeft=xpos[i] thisspan.posTop=ypos[i] } } else if (flag==1 && document.layers) { for (i=message.length-1; i>=1; i--) { xpos[i]=xpos[i-1]+step ypos[i]=ypos[i-1] } xpos[0]=x+step ypos[0]=y for (i=0; i<message.length-1; i++) { var thisspan = eval("document.span"+i) thisspan.left=xpos[i] thisspan.top=ypos[i] } } var timer=setTimeout("makesnake()",30) } </script><script> <!-- Beginning of JavaScript - for (i=0;i<=message.length-1;i++) { document.write("<span id='span"+i+"' class='spanstyle'>") document.write(message[i]) document.write("</span>") } if (document.layers){ document.captureEvents(Event.MOUSEMOVE); } document.onmousemove = handlerMM; // - End of JavaScript - --> </script><body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll"> <!-- START HOME FREE HEADER CODE --> <!-- END HOME FREE HEADER CODE -->
<script language="JavaScript"> <!-- Scroll Surprise by kurt.grigg@virgin.net colours=new Array('ff0000','fff000','00ff00','ffa500','ff00ff','00ffff','ffffff') function flash(){ var clrPos=Math.floor(Math.random()*colours.length) with (window.document.body.style){ scrollbarTrackColor=document.bgColor; scrollbarFaceColor=document.bgColor; scrollbarArrowColor=colours[clrPos]; scrollbar3dLightColor=colours[clrPos]; scrollbarHighlightColor=colours[clrPos]; scrollbarShadowColor=colours[clrPos]; scrollbarDarkShadowColor=colours[clrPos]; borderWidth=2; borderStyle='solid'; borderColor=colours[clrPos]; } } if (document.all)window.document.body.onscroll=flash; //--> </script>
Enter&leaving pop up text <BODY onLoad="alert('ENTER TEXT Hurr');"onUnload="alert('LEAVING TEXT Hurr');">
<BODY onLoad="alert('ENTER TEXT Hurr');"onUnload="alert('LEAVING TEXT Hurr');">
<style> <!-- #ie5menu{ position:absolute; width:170px; border:2px solid skyblue; background-color:blue; font-family:verdana; font-size:12; line-height:14px; cursor:n-resize; visibility:hidden; } .menuitems{ padding-left:12px; padding-right:12px; } --> </style> <script language="JavaScript1.2"> //set this variable to 1 if you wish the URLs of the highlighted menu to be displayed in the status bar var display_url=0 function showmenuie5(){ var rightedge=document.body.clientWidth-event.clientX var bottomedge=document.body.clientHeight-event.clientY if (rightedge<ie5menu.offsetWidth) ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth else ie5menu.style.left=document.body.scrollLeft+event.clientX if (bottomedge<ie5menu.offsetHeight) ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight else ie5menu.style.top=document.body.scrollTop+event.clientY ie5menu.style.visibility="visible" return false } function hidemenuie5(){ ie5menu.style.visibility="hidden" } function highlightie5(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor="white" event.srcElement.style.color="cornflowerblue" if (display_url==1) window.status=event.srcElement.url } } function lowlightie5(){ if (event.srcElement.className=="menuitems"){ event.srcElement.style.backgroundColor="white" event.srcElement.style.color="deepskyblue" window.status='' } } function jumptoie5(){ if (event.srcElement.className=="menuitems") window.location=event.srcElement.url } </script> <!--[if IE]> <div id="ie5menu" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5()"> <div class="menuitems" target="_new" url="mailto:EMAIL@bLAH.cOM"> YOUR TEXT HERE<br> </div> </div> </div> <![endif]--> <script language="JavaScript1.2"> document.oncontextmenu=showmenuie5 if (document.all&&window.print) document.body.onclick=hidemenuie5 </script> </select></form>
Color Frame <script language="JavaScript1.2"> /* Document frame Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more free DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ if (document.all) document.body.style.cssText="border:20 inset PUT YO COLOR HURR" </script>
<script language="JavaScript1.2"> /* Document frame Script- © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more free DHTML scripts, and Terms Of Use, visit dynamicdrive.com */ if (document.all) document.body.style.cssText="border:20 inset PUT YO COLOR HURR" </script>
AmazedAustinCross My HeartForever and Ever AmenGood Morning BeautifulIf Tomorrow Never ComesI Breathe In I Breathe OutI Miss My FriendIt's Your LoveLandslideLet's Make LoveMake You Feel My LoveNot a Day Goes ByPictureRed Rag TopRiding With Private MaloneShe'll Leave You With A SmileThe DanceThe RiverThe OneThese DaysValentineYou Shouldn't Kiss Me Like ThisYou've Got A WayWhen You Say Nothing At AllWho's Your Daddy All I Ask of YouAngel EyesDont Wanna Miss A ThingEverything I Do I Do It For YouHeaven In Your EyesI Can't Fight This FeelingFaithfullyFor The First TimeMore Than WordsOpen ArmsTake My Breath AwayTruly, Madly, DeeplyUnchained MelodyWe've Got TonightYour're the InspirationArms Wide OpenDrops of JupiterHemorrhageGlycerineIf Your GoneIt's Been AwhileIrisMy SacrificeOutsideBest of TimesCome Sail AwayFeel Like Making LoveIn the Air TonightPiano ManStairway to HeavenTwo Out of Three Ain't BadEverybody HurtsEvery Rose Has It's ThornI'll Stand By YouFollow MeLove BitesMusic of the NightPatienceWith or Without You
AmazedAustinCross My HeartForever and Ever AmenGood Morning BeautifulIf Tomorrow Never ComesI Breathe In I Breathe OutI Miss My FriendIt's Your LoveLandslideLet's Make LoveMake You Feel My LoveNot a Day Goes ByPictureRed Rag TopRiding With Private MaloneShe'll Leave You With A SmileThe DanceThe RiverThe OneThese DaysValentineYou Shouldn't Kiss Me Like ThisYou've Got A WayWhen You Say Nothing At AllWho's Your Daddy