
LETING YOU KNOW**
Our layouts you can feel free to take but dont steal and say there yours. We just make our layouts out of boredom.The only thing we ask for you to do is prop us about you having a idea for an layout that we can maybe do,let us know. Also let us know if our layouts are good or bad and tell us our best layouts so we can know. We will ask you weekly to tell us if an layout that we have is not good so we can trash it.We may do minor request and we will see what we can do. If you like our layouts try to subscribe to us or join our blogring . If you have any questions for us leave it in an prop as well as ideas and about our layouts .
<--- new layouts.
Thank you Click below for sites
-HM & SY & LD & PS =)
Here is a color code chart it you want to change the colors to a layout <3

If you need a code we will try to find it for you.
music drop play list can be copy'd now =)
<!-- begin code provided by createblog.com --> <!-- begin code provided by createblog.com --> <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:; WIDTH: 200; COLOR: #000000; font-face: verdana; height:174" name="playlist" size="1"> <option value="0"> SONG TiTLE </option> <option value="1"> SONG TiTLE </option> <option value="2"> SONG TiTLE </option> <option value="3"> SONG TiTLE </option> <option value="4"> SONG TiTLE </option> <option value="5"> SONG TiTLE </option> <option value="6"> SONG TiTLE </option> <option value="7"> SONG TiTLE </option> <option value="8"> SONG TiTLE </option> <option value="9"> SONG TiTLE </option> <option value="10"> SONG TiTLE </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 // www.xanga.com/smartypants91780 // unlimited songs, just copy and paste the song line and change the number songs=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 " songs[6]=" SONG URL " songs[7]=" SONG URL " songs[8]=" SONG URL " songs[9]=" SONG URL " songs[10]=" 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].value document.darkplayer.FileName = songs[snum]; document.darkplayer.scr = songs[snum]; } playstate = 1; } //--> </script> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com -->
|