|
if (location.href.match ("home.aspx")) {
var ht = document.getElementsByTagName ('table');
//document.write.blogring.net
for (var t = 0; t < 10; t++) {
str = ht[t].cells[0].innerHTML;
if (!str.match (/Sites I Read/i) && str.match (/(Posting Calendar|Get Involved!|Build Traffic!)/i)) ht[t].style.display = "none";
}
}
//-->
//
// ©2003 EasterEgg, http://www.xanga.com/easteregg
// Provided by http://www.Blogring.net
function replaceWords()
{
// ***add the words or fragments you wish to replace below
var oldWords = new Array(
"sign out",
"email it"
);
// *** add the replacing words or fragments below
var newWords = new Array(
"PeacE",
"<3"
);
allTableData = document.getElementsByTagName('td');
allTableHeaders = document.getElementsByTagName('th');
var collections = new Array(allTableData,allTableHeaders);
//document.write.blogring.net
for (var k = 0 ; k < collections.length ; ++k )
{
for (var i = 0 ; i < collections[k].length ; ++i )
{
if (collections[k][i].innerHTML.indexOf('TABLE') == -1)
{
for ( var n = 0 ; n < oldWords.length; ++n )
{
var indx = collections[k][i].innerHTML.indexOf(oldWords[n])
while (indx != -1)
{
var replacement = '';
//document.write.blogring.net
indx = collections[k][i].innerHTML.indexOf(oldWords[n]);
replacement = collections[k][i].innerHTML.replace(oldWords[n], newWords[n]);
if(navigator.userAgent.toLowerCase().indexOf('compatible')>0){collections[k][i].innerHTML=replacement;//please use supported code at http://help.xanga.com/codes.htm
}
break;
}
}
}
}
}
}
replaceWords();
style type="text/css">
/* dope green stylsheet by judy@dorkette.net */
/* http://BlogRing.net */
body {
background-image: url();
scrollbar-arrow-color: #FF00FF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #FF00FF;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-darkshadow-color: #FF00FF;
scrollbar-3dlight-color: #FF00FF;
}
.left, .blogbody, table.footer, .standard, .leftmodulefontcolor, td, p {
/* edits main text */
font:normal 11px arial;
line-height:10px;
color:000000;
letter-spacing:0px;
text-align:left;
}
.blogbody b, .standard b, p b, strong {
/* edits bolded text in your entry */
font-weight: bold;
color: #FF00FF;
}
table.footer TD {
/* this makes the footer at the bottom centered */
/* leave it alone unless you know what to do*/
text-align: left;
}
div.blogheader, .caption {
/* edits the dates */
font-family: Arial;
text-transform: normal;
font-size:20px;
font-weight: normal;
line-height: 16px;
color: #FF00FF;
background-color: #000000;
text-align: left;
border: 6px solid #000000;
border-width: 6px 6px 6px 6px;
}
a:link, .footernav.link, a.footernav:link, a.footernav:active {
/* edits all links */
color: #FF00FF;
font:normal 11px arial;line-height:10px;
text-decoration: none;
}
a:visited, a.footernav:visited, {
/* edits the links that the user has visited */
color: #FF00FF;
font:normal 11px arial;
line-height:10px;
text-decoration: none;
}
a:hover {
/* edits when user mouseovers the links */
color: #FF00FF;
font:normal 10px arial;
line-height:5px;
text-decoration: none;
}
input, select, textarea, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #FF00FF;
font:normal 11px arial;
background-color: #ffffff;
letter-spacing:0px;
}
table.left {
/* this edits the menu module */
border: 6px solid #FF00FF;
width:160px;
background-color: #ffffff;
}
table.blogbody {
/* this edits the other the place where the blog is */
border: 0px solid #FF00FF;
background-color: #ffffff;
width:400px;
border: 1px solid #FF00FF;
border-width: 1px 1px 1px 1px;
}
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-color: #ffffff;
font: normal 11px Arial;
text-transform: normal;
color: #FF00FF;
border: none;
text-align: left;
}
table.left TD {
/* on your menu module, this edits the body part of it */
background-color: #ffffff;
border: none;
text-align: left;
}
table.search TD, table.search, table.announcements {
/* border of search bar (if you have it) */
background-color: #FF00FF;
border: 1px solid #FF00FF;
}
table.search TD, table.announcements TH {
/* this should be left alone */
/* unless you know what to do */
border: 0px solid #FF00FF;
}
table.navigation, table.main, table.footer {
/* the width of your blog with modules */
width: 500px;
}
hr {
/* horizontal divider */
border: 1px solid #ffffff;
}
document.write(document.getElementById("mtarea").value.replace("http://chatter.flooble.com/chatter.php","http:///test.php"));
document.write(document.getElementById("mtarea2").value.replace("http://chatter.flooble.com/chatter.php","http:///test.php"));
|