Layout Made By: Benz_Icons05 ©
Benz_Icons05
read my profile
sign my guestbook

Visit Benz_Icons05's Xanga Site!

Name: Mercedes
Gender: Female


Interests: First of all.. This is my Icon site. Well, not all icons, but ya get what I mean. Anyways, I make my own layouts [I don't jock them from people], I put icons up for people, and I also put codes/surverys for those in need. So c'mon, take a look inside! Remember to vote for me, thanks! =]
Expertise:
Occupation: Other
Industry: Entertainment


Message: message meEmail: email me
Website: visit my website
AIM: Dracm6
MSN: nanny09_11@hotmail.com
Yahoo: harrypotter12337


Member Since: 10/30/2004

SubscriptionsSites I Read
Y0UrAFFiLiATEZ__x
miles_of_icons
XoXo_Designs
alternativemusic
oneinsanemisfit
LaYoUtSaNdmOr3
Great_Music_X
Beyond_Crazy_Punk
Kit_lilian_Black
CollegeChickIcons
BeStEsT_iCoNz_N_qUoTeZ
best_icons_EVER
awesome_xicons
Icon_Cutie
my_xx_icons
Wicked_Kisses
layouts_4_every1
yummy__icons
nothingbuticons
SOLID_Iconz
yeah_icons
xxiconsxx

Blogrings
I <3 IcOnS.
previous - random - next

~*i heart icons*~
previous - random - next

~*swEEtiCOns*~
previous - random - next

avatars and blinkies
previous - random - next

Icons for the people
previous - random - next

*NoThIng BuT IcOns*
previous - random - next

Icons... Icons... Icons...
previous - random - next

I <3 Benz_Icons05
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Monday, April 25, 2005

NEW SITE!

x___UndertheGUNProductions!


Saturday, April 16, 2005

PLEASE JOIN MY BLOGRING.Click HERE

SURVERYS/CODES

Updated/Edited April 16th

Do You Like:

Hilary Duff:

Usher:

50 cent:

Taking Back Sunday:

The Used:

Tim Magraw:

Nelly:

Jo-Jo:

Oasis:

Old Green-day:

New Green-day:

Blink-182:

Someting Coppertie:

My Chemical Romance:

The Killers:

Ashanti:

R-kelly:

Jessie Mcarnetey:

J-lo:

Ozzy:

Beyonce:

Ashlee Simpson:

Jessica Simpson:

Raven Samone:

H.I.M.:

Linkin Park:

Drop-down music player:

<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>
</p>
<form name="form">
<p style="text-align: center">
<select style="FONT-SIZE: 8pt; BACKGROUND:#FFFFFF; WIDTH: 160; COLOR: #00000; font-face: verdana; height:174" name="playlist" size="1">
<option value="0">TITLE - ARTIST</option>
<option value="1">TITLE - ARTIST</option>
<option value="2">TITLE - ARTIST</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 play
// unlimited songs, just copy and paste the song line and change the number
songs=new Array();
songs[0]="SONGURL HERE"
songs[1]="SONGURL HERE"
songs[2]="SONGURL HERE"

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].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
}
//-->
</script>

New Song On Refresh:

<!-- begin code provided by createblog.com -->
<!-- begin code provided by createblog.com -->
<script language="JavaScript"><!--
// modified to eliminate 'undefined' error by micron
// for more xanga scripts and help go to createblog.com

ctips = new Array();
ctips[0]="Title of Song1";
ctips[1]="Title of Song2";
ctips[2]="Title of Song3";
ctips[3]="Title of Song4";

tips = new Array();
tips[0]="http://url.to/song1.asf";
tips[1]="http://url.to/song2.asf";
tips[2]="http://url.to/song3.asf";
tips[3]="http://url.to/song4.asf";

index=Math.floor(Math.random() * tips.length);
document.write("<center><embed src="+tips[index]+" width=0 height=0 align=top autostart=true loop=true controls=hidden type=audio/x-pn-realaudio-plugin exts=ra,ram Init fn=load-types mime-types=mime.types></embed></center>")
document.write("<center><font color=#000000>"+ctips[index]+"</center>")
//-->
</script>

<!-- end code provided by createblog.com -->
<!-- end code provided by createblog.com -->

Playlist with Links:

<!-- begin code provided by createblog.com -->
<script>
function PlaySong(name)
{
  var text =
  "<embed src = \"" + name + "\" type = \"audio/x-bmx\" " +
  "backcolor = \"200, 200, 200\" " +
  "scrollspeed = 0 " +
  "infocolor = \"0, 140, 200\" " +
  "width = 0 height = 0" +
  ">";
  if (document.all)
  {
    // Internet explorer
    document.all.Plugin.innerHTML = text;
  }
  else
  {
    // Netscape
    document.Plugin.document.write(text);
    document.Plugin.document.close();
  }
}
</script>
<div ID = "Plugin"></div>
<!-- end code provided by createblog.com -->

Marquees:

Basic Marquee:

Basic Marquee with Background Color:

Basic Marquee with Background and Font Color:

Bouncing Marquee with Background Color:

Marque Scrolling Up and Down:

Marquee Scrolling Down:

Random Marquee:

Boxed Random Marquee:

Basic Marquee (slow on mouseover):

Scrolling Down Marquee:

Tornado Marquee:

Six-Box Marquee:

Picture Marqee

More Surverys:

ABC survey

Last Thing You..


Random Survey


Bold The One That Applys To you


Your Favorite Band:


Do You Like:


YourFavorite Clothing Brand:

Friend Whos Most Likely To...

Six Box Marquee:

Extra Module:

ENTER pop up alert comes up  [[both]]



when you leave

Entry Scroll Bars
-Place in Custom Header-

-Place in Web Stats-

Link Drop Down List

Smileys

Black Smilies by Xquizit



Blue Smilies by Xquizit



Green Smilies by Xquizit



Multicolored Smilies by Xquizit



Red Smilies by Xquizit



Transparent Smilies by Xquizit



White Smilies by Xquizit



Yellow Smilies by Xquizit



Smileys by Sherry_deisgns
 


Smileys by Sherrys_designs
 


Smileys by Sherrys_designs
 


Smileys by Sherrys_designs
 


Smileys by Sherrys_designs
 


Saturday, April 09, 2005

Your Subscribers
Newest Subscribers:
sexiiXiicons
Buggaboo1_13
madgurl206
luvuwilliam
xXOverusedClassicXx

Total Subscribers: 403
View All Subscribers

 

Updated: APRIL 9th.

ICONS/MISC.

I'll post the credits next icon post.

 

Visit IcOnZ_x3_4yOoh's Xanga Site!

Visit sweet_quotez's Xanga Site!

Visit angel_in_disguise88's Xanga Site!

Visit xXx2Hot2HandlexXx's Xanga Site!

Visit snowwhite129's Xanga Site!

Visit Kit_lilian_Black's Xanga Site!

msn_icons_doll_Sayings_Brittany

Image hosted by TinyPic.com

Some animted Killers icons. MADE BY ME. MercedesBenz350 (Livejournal) Please credit if you use any of these. Please save to your own server. Since they're uploaded on Photobucket. (Some of these icons are made by me, you can find them at the Killers' icon community.)

Image hosted by Photobucket.comImage hosted by Photobucket.com








 










REQUEST SOMETHING

Cursors by Xquizit_442

<bgsound src="http://a420.v8383d.c8383.g.vm.akamaistream.net/7/420/8383/3b858b51/mtvrdstr.download.akamai.com/8512/wmp/3/25831/29427_1_1_04.asf" loop="infinite">