If
you need a code of any kind, ask here, and I'll get it for you! 
Scrollbar in Entries--HTML
<DIV style="OVERFLOW: auto; WIDTH: 368px; HEIGHT:
250px"> TEXT HERE </DIV>
DropDown Music Player--Custom Header
<object
id="darkplayer"
codeBase="
http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
type="application/x-oleobject" height="0"
standby="Loading Microsoft
Windows Media Player
components..." width="0"
classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"><param
NAME
VALUE><param NAME="ShowControls"
VALUE="0"><param
NAME="ShowStatusBar"
VALUE="0"><param NAME="ShowDisplay"
VALUE="0"><param NAME="DefaultFrame"
VALUE="Slide"><param
NAME="Autostart" VALUE="1"><param
NAME="Loop"
VALUE="True"></object><form
name="form"><p
style="text-align:
center"><select style="FONT-SIZE: 8pt;
BACKGROUND:#transparent; WIDTH: 150px; COLOR: #33666; font-face:
verdana" name="playlist"
size="1"><option value="0">SONG
NAME</option><option
value="1">SONG
NAME</option><option
value="2">SONG
NAME</option><option
value="3">SONG
NAME</option><option
value="4">SONG
NAME</option><option
value="5">SONG
NAME</option></select><br><input
TYPE="BUTTON"
NAME="darkplay"
VALUE="play"
OnClick="play(document.forms['form'].playlist);"><input
TYPE="BUTTON" NAME="darkpause" VALUE="pause"
OnClick="document.darkplayer.Pause();
playstate=2;"><input
TYPE="BUTTON"
NAME="darkstop" VALUE="stop"
OnClick="document.darkplayer.Stop();
playstate=2;"></p></form><script
language="JavaScript"><!--var playstate = 1;shuffle =
1; //
set to 0 to always play first song in
list
// set to 1 to randomly choose the first song to
playsongs=new
Array();songs[0]="SONG
URL";songs[1]="SONG URL";songs[2]="SONG
URL";songs[3]="SONG URL";songs[4]="SONG
URL";songs[5]="SONG URL";if
(shuffle == 1) {var randsg
=
Math.floor(Math.random()*songs.length);document.darkplayer.FileName
=
songs[randsg];document.darkplayer.scr =
songs[randsg];document.forms['form'].playlist.options[randsg].selected
= true;}function play(list) {if (playstate == 2)
{document.darkplayer.Play();} else {var snum =
list.options[list.selectedIndex].valuedocument.darkplayer.FileName =
songs[snum];document.darkplayer.scr = songs[snum];}playstate =
1;}//--></script>
Bouncy Marquee--HTML
<marquee behavior=alternate>TEXT
HERE</marquee>
Blinking Boxes--Custom Header
<script>
<!-- begin code provided
by createblog.com -->
<!--
//blink boxes -
xanga.com/add_ons
//by sean f http://www.xanga.com/seanmeister
//fixed to work with new security measures by
//hotaru_01
http://www.xanga.com/hotaru_01
// customize by changing the values
below
// these are the various colors, in quotes, seperated by
commas
var blinkColors = new Array("#339933","#999999","#ffffff");
// the border color
var blinkBorderColor =
"#000000"
// the border width, in pixels
var
blinkBorderWidth = 1;
// the # of rows
var blinkRows =
1;
// the # of columns
var blinkCols = 100;
//
the width of the entire box, in pixels or %
var blinkWidth =
750;
// the height of each row, in pixels
var
blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 8;
// do not edit below this line
st=setTimeout;
document.write("<table id='blinkbox'
width='" + blinkWidth +"' border = 0 cellspacing='" +
blinkBorderWidth + "' cellpadding=0 bgcolor='" + blinkBorderColor
+"'>");
for (r = 0; r < blinkRows;
r++){
document.write("<TR>");
for
(c = 0; c < blinkCols; c++){
document.write("<TD
height='" + blinkRowHeight +
"'></TD>");
}
document.write("</TR>");
}
document.write("</table>");
// ... and this
makes it blink
function blinkIt() {
changecell =
Math.floor(Math.random() * (blinkCols * blinkRows));
changecolor =
Math.floor(Math.random() * blinkColors.length);
bb =
document.getElementById("blinkbox");
bbtd =
bb.getElementsByTagName("td");
bbtd[changecell].style.backgroundColor
= blinkColors[changecolor];
st('blinkIt()', blinkRate);
}
blinkIt();
//-->
<!-- end code
provided by createblog.com -->
</script>
Replace Blog Date-- Webstats
<script
type="text/javascript">
//
// ?003
EasterEgg, http://www.xanga.com/easteregg
// Changes date
text
// For use at Xanga only.
//
// Info at http://dorkette.net
//
function replaceWordsDates()
{
// ***add the Months or Days you wish to replace
below
var oldWordsDates = new
Array(
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December",
"Monday,",
"Tuesday,",
"Wednesday,",
"Thursday,",
"Friday,",
"Saturday,",
"Sunday,",
"2002",
"2003",
"2004",
"2005",
"2006",
"2007",
"2008",
"01, ",
"02, ",
"03, ",
"04, ",
"05, ",
"06, ",
"07, ",
"08, ",
"09, ",
"10, ",
"11, ",
"12, ",
"13, ",
"14, ",
"15, ",
"16, ",
"17, ",
"18, ",
"19, ",
"20, ",
"21, ",
"22, ",
"23, ",
"24, ",
"25, ",
"26, ",
"27, ",
"28, ",
"29, ",
"30, ",
"31, "
);
// *** add the replacing Months or Days
below
var newWordsDates = new
Array(
"x JANUARY",
"x
FEBRUARY",
"x
MARCH",
"x
APRIL",
"x MAY",
"x
JUNE",
"x
JULY",
"x AUGUST",
"x
SEPTEMBER",
"x
OCTOBER",
"x
NOVEMBER",
"x DECEMBER",
"_MONDAY ",
"_TUESDAY ",
"_WEDNESDAY ",
"_THURSDAY ",
"_FRIDAY ",
"_SATURDAY ",
"_SUNDAY ",
"
2002",
"
2003",
"
2004",
" 2005",
"
2006",
" 2007",
"
2008",
"o1, ",
"o2, ",
"o3, ",
"o4, ",
"o5, ",
"o6,
",
"o7, ",
"o8,
",
"o9, ",
"1o, ",
"11, ",
"12, ",
"13, ",
"14, ",
"15, ",
"16, ",
"17, ",
"18, ",
"19, ",
"2o,
",
"21, ",
"22,
",
"23, ",
"24, ",
"25, ",
"26, ",
"27, ",
"28, ",
"29, ",
"3o, ",
"31, "
);
allDivData =
document.getElementsByTagName('div');
var collections = new
Array(allDivData);
for (var k = 0; k < collections.length;
++k )
{
for (var
i = 0; i < collections[k].length; ++i )
{
if (collections[k][i].innerHTML.indexOf('DIV') == -1)
{
for ( var n = 0; n < oldWordsDates.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n])
while (indx != -1)
{
var replacement = '';
indx = collections[k][i].innerHTML.indexOf(oldWordsDates[n]);
replacement = collections[k][i].innerHTML.replace(oldWordsDates[n],
newWordsDates[n]);
collections[k][i].innerHTML = replacement;
break;
}
}
}
}
}
}
replaceWordsDates();
</script>
Shows Last 10 Visitors!--Webstats
<!-- Script by Paul Chen -->
<div id="customTen" style="display:none">
<table class="left" cellSpacing="0" cellPadding="4" width="100%" border="1">
<tr><th class="left" vAlign="top" align="left">
Last 10 Visitors</th></tr><tr><td class="left" vAlign="top">
<div id="lastTen"></div></td></tr></table><br/></div>
<script> // Kaiyotee ::: Paul Chen
//************
var time = -5;
//************
if(location.pathname.toLowerCase()=="/home.aspx"){
a = document.getElementsByTagName('a');
for(j=0;j<a.length;j++){name="Guest";m=a[j].innerHTML;n=a[j].href;
if(n.indexOf(m)!=-1 && n.indexOf('private/home.aspx')!=-1){name=m;break;}}
var head = document.getElementsByTagName('head').item(0);
script = document.createElement('script');
script.src = "http://juicypork.t35.com/tlog/track.php?view="+name+"&offset="+time;
head.appendChild(script);}</script>
Displays One Entry--Custom Header
<!-- Display Only One Entry: Blogring.net
-->
if(location.pathname=='/home.aspx'){
var tds = document.getElementsByTagName
('a');
for (var i = 0; i < tds.length; i++) {
timeString = tds[i].innerText;
if(timeString.match(/\d+:\d+ [ap]m\b/i)){break;}
}
stuff =
tds[i].parentNode.parentNode.parentNode.parentNode.parentNode;
for(i=0;i<20;i++){
if(stuff.tagName=='HR'
&& stuff.nextSibling.tagName=='TABLE')
{
stuff.nextSibling.removeNode(true);
break;
}
stuff =
stuff.nextSibling;
stuff.style.display = 'none';
}}
<!-- End of Script: Blogring.net
-->
Pop-Up When Entering and Leaving- 2 Codes--Custom Header
<SCRIPT language="JavaScript">alert("TEXT") </SCRIPT>
AND
<BODY onUnload="alert('TEXT HERE');">
Minimize Left Table--Webstats
<script
type="text/javascript">
//
//
============================
// "Minimize
your modules"
// version 2.0, July, 2005
// ============================
//
// ©2005
EasterEgg
//
// - 1.0 May 2005, intitial release.
// - 2.0 July 2005, bug fix plus option to display the top module by default.
//
// Thanks goes to BrandonReese at Xanga for making a suggestion to
improve the code.
//
// For use at Xanga only. This won't
have any effect if you're using a Xanga skin.
// This script is
freeware, and is provided 'as is', without guarantees of any kind.
//
It has been tested on the Mac and Windows platform (IE, FireFox and Netscape,
// doesn't work in Opera though).
//
// None of
the comments in this script may be removed. I'd appreciate if you would
// let me know if you want to make this script available to others
on your own site.
//
// This script "minimizes"
your left side modules, and turns the headers into links.
// Upon
clicking one of those links, the module will either be displayed or, when
it
// is displayed already, will be hidden again.
//
// If you change the value of displayTopModule to 1, the top
module will be displayed
// by default. Set it's value to 0 if you
don't want this.
//
displayTopModule =
1;
allTables = document.getElementsByTagName('table');
leftSideModules = new Array();
for (i=0; i<allTables.length;
++i)
{
if (allTables[i].className ==
'left')
{
allTables[i].id = 'leftsidemod' + leftSideModules.length;
leftSideModules.push(allTables[i]);
}
}
function toggleDisplayOrHide(anElement,idNr)
{
extraRow = document.getElementById(idNr).getElementsByTagName('TR')[2];
if (anElement.style.display == 'none')
{
anElement.style.display = ''
if (extraRow)
document.getElementById(idNr).getElementsByTagName('TR')[2].style.display =
'';
}
else
{
anElement.style.display = 'none';
if
(extraRow)
document.getElementById(idNr).getElementsByTagName('TR')[2].style.display =
'none';
}
}
headerLinkColor
= '';
topStyleSheet =
document.getElementsByTagName('style')[0];
if
(document.URL.indexOf('weblogs'))
topStyleSheet
= document.getElementsByTagName('style')[1];
if (topStyleSheet)
{
searchStr = 'table.left TH { color:
';
searchStrPos =
topStyleSheet.innerHTML.indexOf(searchStr);
if
(searchStrPos)
{
searchStrPos =
searchStrPos + searchStr.length;
headerLinkColor =
topStyleSheet.innerHTML.substring(searchStrPos, searchStrPos + 7);
}
}
for (n = 0;
n<leftSideModules.length; ++n)
{
if (navigator.userAgent.indexOf('Opera') == -1)
{
temp1
= leftSideModules[n].getElementsByTagName('TH')[0].innerHTML;
temp2 = '<a
href=\"#\" onclick=\"javascript:toggleDisplayOrHide(document.getElementById('
+
'\'' + leftSideModules[n].id + '\').getElementsByTagName(\'TR\')[1],\'' +
leftSideModules[n].id + '\'); return false;\"
style=\"text-decoration: none; color: ' +
headerLinkColor +
';\">' + temp1 + '</a>';
leftSideModules[n].getElementsByTagName('TH')[0].innerHTML = temp2;
if ((n == 0)
&& (displayTopModule == 1))
leftSideModules[n].getElementsByTagName('TR')[1].style.display = ''
else
leftSideModules[n].getElementsByTagName('TR')[1].style.display =
'none';
if (leftSideModules[n].getElementsByTagName('TR')[2])
leftSideModules[n].getElementsByTagName('TR')[2].style.display =
'none';
}
}
</script>
PacMan Game!--Custom Header
<!--Cracked by www.xanga.com/anti_fukin_social-->
<object
classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="ShockwaveFlash1"
width="500" height="400" border="0"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0">
<param name="_cx" value="13229">
<param name="_cy" value="10583">
<param name="Movie"
value="http://www.ingleby.com/Junk/Games/flashman/flashman.swf">
<param name="Src"
value="http://www.ingleby.com/Junk/Games/flashman/flashman.swf">
<param name="WMode" value="Window">
<param name="Play" value="-1">
<param name="Loop" value="-1">
<param name="Quality" value="High">
<param name="SAlign" value>
<param
name="Menu" value="-1">
<param
name="Base" value>
<param
name="Scale" value="ShowAll">
<param
name="DeviceFont" value="0">
<param
name="EmbedMovie" value="0">
<param
name="BGColor" value>
<param
name="SWRemote" value>
<param
name="FlashVars" value="-1">
<param
name="AllowScriptAccess" value="always">
<EMBED src="flashman.swf" menu=false quality=medium bgcolor=
WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED></object>
</p>
<p
align="center">
<script
type="text/javascript"><!--
google_ad_client
= "pub-5374989498480467";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format =
"728x90_as";
google_ad_channel ="";
//--></script>
For Videos--Custom Header
<embed
name="RAOCXplayer" src="URL Here" width="320"
ShowControls="1" ShowStatusBar="0"
AutoSize="false" EnableContextMenu="0"
DisplaySize="0"