<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language=JavaScript>
<!--
//blink boxes - xanga.com/add_ons
//by sean f <a href='http://www.xanga.com/seanmeister' target='_blank'>http://www.xanga.com/seanmeister</a>
//fixed to work with new security measures by
//hotaru_01 <a href='http://www.xanga.com/hotaru_01' target='_blank'>http://www.xanga.com/hotaru_01</a>
// customize by changing the values below
// these are the various colors, in quotes, seperated by commas
var blinkColors = new Array("#6699ff","#0033ff","#000066");
// 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 = 60;
// the width of the entire box, in pixels or %
var blinkWidth = 800;
// the height of each row, in pixels
var blinkRowHeight = 10;
// speed of blinking, in milliseconds
var blinkRate = 9;
// 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();
//-->
</script>
<!-- End Script by Blogring.net -->
<style type="text/css">
/* Flower's Bliss by CryStaLzDiaMonD@xanga[dot]com */
/* <a href='http://BlogRing.net' target='_blank'>http://BlogRing.net</a> */
body {
background-image: url(http://www.andrew.cmu.edu/user/pmz/blue_black_swirl.jpeg);
background-repeat:all directions;
background-attachment: fixed;
background-position:bottom-right;
scrollbar-arrow-color: #ffffff;
scrollbar-track-color: #0033ff;
scrollbar-shadow-color: #6699ff;
scrollbar-face-color: #000066;
scrollbar-highlight-color: #ffffff;
scrollbar-darkshadow-color: #0033ff;
scrollbar-3dlight-color: #ffffff;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 12px arial;
line-height:12px;
color:#000000;
letter-spacing:-1px;
text-align:justify;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: center;
}
div.blogheader, .caption {
/* edits the dates */
width:420px;
font-family:shelldon;
text-transform:lowercase;
font-size:20px;
line-height:20px;
font-weight:regular;
color:#0033ff;
letter-spacing:-3px;
filter:alpha (opacity=80,style=0);
background-color: transparent;
text-align: center;
border: none;
border-bottom: 2px double #0033ff
border-width: 1px 1px 0px 1px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color:#0033ff;
border-bottom: 1px dashed #6699cc;
font:normal 12px arial;line-height:12px;
text-decoration: none;
letter-spacing:-1px;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color:#0033ff;
border-bottom: 1px dashed #6699ff;
font:normal 12px arial;
line-height:12px;
text-decoration: none;
letter-spacing:-1px;
}
a:hover {
/* edits when user mouseovers the links */
color:#0033ff;
font:normal 12px arial;
line-height:12px;
background: transparent;
cursor: crosshair;
text-decoration: line-through;
letter-spacing:1px;
}
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 2px dotted #0033ff;
font:normal 12px arial;
background-color: #6699ff;
letter-spacing:0px;
color: #000000;
filter: alpha(style=0,opacity=80);
}
table.left {
/* this edits the menu module */
filter:alpha (opacity=80,style=0);
border: 2px dotted #0033ff;
width:180px;
background-color: #6699ff;
}
table.blogbody {
/* this edits the other the place where the blog is */
filter:alpha (opacity=80,style=0);
border: 2px dotted #0033ff;
background-color: #6699ff;
width:420px;
border-width: 2px 2px 2px 2px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */;
background-position: top left;
background-color: #6699ff;
width:180px;
font: bold 12px arial;
text-transform: capitalize;
color: #6699ff;
border: none;
text-align: center;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: #6699ff;
border: none #999999;
width:180px;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #6699ff;
border: 2px dotted #0033ff;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px dashed #0033ff;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 620px;
}
hr {
/* horizontal divider */
border: 2px dotted #0033ff;
}
</style>