<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" dir="ltr" lang="en" id="vbulletin_html"> <head> <link rel="canonical" href="http://www.crazypellas.net/" /> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="http://www.crazypellas.net" /> <base href="http://www.crazypellas.net/" /><!--[if IE]></base><![endif]--> <meta name="generator" content="vBulletin 4.2.2" /> <meta http-equiv="X-UA-Compatible" content="IE=9" /> <meta property="twitter:account_id" content="1515685505" /> <link rel="Shortcut Icon" href="http://www.crazypellas.net/favicon.ico" type="image/x-icon" /> <meta name="keywords" content="music community, upload music, post music, get feedback on music, music forum, dj forum, producer forum, emcee forum, mc forum, gfx forum, writers forum" /> <meta name="description" content="Crazy Pellas is a great music community for Artists, DJs and Producers to Upload Music, Share Music and Get Feedback on your Music." /> <meta property="fb:app_id" content="190260621030117" /> <meta property="og:site_name" content="CrazyPellas" /> <meta property="og:description" content="Crazy Pellas is a great music community for Artists, DJs and Producers to Upload Music, Share Music and Get Feedback on your Music." /> <meta property="og:url" content="http://www.crazypellas.net/" /> <meta property="og:type" content="website" /> <meta property="og:image" content="http://www.crazypellas.net/images/512x512.png" /> <script type="text/javascript"> <!--
	if (typeof YAHOO === 'undefined') // Load ALL YUI Local
	{
		document.write('<script type="text/javascript" src="clientscript/yui/yuiloader-dom-event/yuiloader-dom-event.js?v=422"><\/script>');
		document.write('<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=422"><\/script>');
		var yuipath = 'clientscript/yui';
		var yuicombopath = '';
		var remoteyui = false;
	}
	else	// Load Rest of YUI remotely (where possible)
	{
		var yuipath = 'clientscript/yui';
		var yuicombopath = '';
		var remoteyui = true;
		if (!yuicombopath)
		{
			document.write('<script type="text/javascript" src="clientscript/yui/connection/connection-min.js?v=422"><\/script>');
		}
	}
	var SESSIONURL = "s=3c026158520ef9870ddf8fe1276c548e&";
	var SECURITYTOKEN = "guest";
	var IMGDIR_MISC = "images/metro/blue/misc";
	var IMGDIR_BUTTON = "images/metro/blue/buttons";
	var vb_disable_ajax = parseInt("0", 10);
	var SIMPLEVERSION = "422";
	var BBURL = "http://www.crazypellas.net";
	var LOGGEDIN = 0 > 0 ? true : false;
	var THIS_SCRIPT = "index";
	var RELPATH = "";
	var PATHS = {
		forum : "",
		cms   : "",
		blog  : ""
	};
	var AJAXBASEURL = "http://www.crazypellas.net/";
// --> </script> <script type="text/javascript" src="http://www.crazypellas.net/clientscript/vbulletin-core.js?v=422"></script> <link rel="alternate" type="application/rss+xml" title="CrazyPellas RSS Feed" href="http://www.crazypellas.net/external.php?type=RSS2" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/main-rollup.css?d=1385945385" /> <link type="text/css" rel="stylesheet" href="clientscript/vbulletin_css/style00042l/metro_theme_prefooter_blocks.css?d=1385945385" /> <!--[if lt IE 8]> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/popupmenu-ie.css?d=1385945385" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/vbulletin-ie.css?d=1385945385" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/vbulletin-chrome-ie.css?d=1385945385" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/vbulletin-formcontrols-ie.css?d=1385945385" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/editor-ie.css?d=1385945385" /> <![endif]-->  <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,cyrillic' rel='stylesheet' type='text/css'> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script> <script type="text/javascript">
$(document).ready(function() {
	$('a.login-window').click(function() {
		
		// Getting the variable's value from a link 
		var loginBox = this.hash;

		//Fade in the Popup and add close button
		$(loginBox).fadeIn(300);
		
		//Set the center alignment padding + border
		var popMargTop = ($(loginBox).height() + 24) / 2; 
		var popMargLeft = ($(loginBox).width() + 24) / 2; 
		
		$(loginBox).css({ 
			'margin-top' : -popMargTop,
			'margin-left' : -popMargLeft
		});
		
		// Add the mask to body
		$('body').append('<div id="mask"></div>');
		$('#mask').fadeIn(300);
		
		return false;
	});
	
	// When clicking on the button close or the mask layer the popup closed
	$('a.close, #mask').live('click', function() { 
	  $('#mask , .login-popup').fadeOut(300 , function() {
		$('#mask').remove();  
	}); 
	return false;
	});
	
	$('#navbar_username').focus(function() {
		$('#navbar_username').parent().addClass('active');
	}); 
	$('#navbar_username').blur(function() {
		$('#navbar_username').parent().removeClass('active');
	}); 
	$('#navbar_password').focus(function() {
		$('#navbar_password_hint').parent().addClass('active');
	}); 
	$('#navbar_password').blur(function() {
		$('#navbar_password_hint').parent().removeClass('active');
	}); 

});
</script>  <script type="text/javascript">
if(document.location.protocol=='http:'){
 var Tynt=Tynt||[];Tynt.push('cKQqvYVwmr4ldEadbi-bpO');
 (function(){var s=document.createElement('script');s.async="async";s.type="text/javascript";s.src='http://tcr.tynt.com/ti.js';var h=document.getElementsByTagName('script')[0];h.parentNode.insertBefore(s,h);})();
}
</script>   <script async="" defer="" src="//survey.g.doubleclick.net/async_survey?site=wkzqwsisz6gsw"></script>    <meta name="twitter:card" content="app" /> <meta name="twitter:app:id:iphone" content="307880732" /> <meta name="twitter:app:url:iphone" content="tapatalk://" /> <meta name="twitter:app:id:ipad" content="307880732"> <meta name="twitter:app:url:ipad" content="tapatalk://" /> <meta name="twitter:app:id:googleplay" content="com.quoord.tapatalkpro.activity" /> <meta name="twitter:app:url:googleplay" content="tapatalk://www.crazypellas.net?location=index" />   <link href="http://www.crazypellas.net/mobiquo/smartbanner/appbanner.css" rel="stylesheet" type="text/css" media="screen" /> <script type="text/javascript">
        var is_mobile_skin     = 0;
        var app_ios_id         = "307880732";
        var app_android_id     = "com.quoord.tapatalkpro.activity";
        var app_kindle_url     = "";
        var app_banner_message = "Follow {your_forum_name} <br /> with {app_name} for [os_platform]";
        var app_forum_name     = "CrazyPellas";
        var app_location_url   = "tapatalk://www.crazypellas.net?location=index";
        var functionCallAfterWindowLoad = 0
    </script> <script src="http://www.crazypellas.net/mobiquo/smartbanner/appbanner.js" type="text/javascript"></script>   <script type="text/javascript">
            var app_forum_code = "1d2a8972c15416a041ef950c213bfb1f";
            var app_board_url = "http%3A%2F%2Fwww.crazypellas.net";
            var app_ads_refferer = "http%3A%2F%2Fwww.crazypellas.net%2F";
            var app_ads_url = "http://www.crazypellas.net/mobiquo/smartbanner/ads.php";
        </script> <script src="http://www.crazypellas.net/mobiquo/smartbanner/ads.js" type="text/javascript"></script> <title>CrazyPellas Music Community: Upload Music. Share Music. Get Feedback.</title> <script type="text/javascript" src="clientscript/vbulletin_read_marker.js?v=422"></script> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/forumhome-rollup.css?d=1385945385" /> <!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/forumbits-ie.css?d=1385945385" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/options-ie.css?d=1385945385" /><![endif]--> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/sidebar.css?d=1385945385" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/widgets.css?d=1385945385" /> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/tagcloud.css?d=1385945385" /> <!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/sidebar-ie.css?d=1385945385" /><![endif]--> <script type="text/javascript"> <!--
		document.write('<script type="text/javascript" src="' + yuipath + '/animation/animation-min.js?v=422"></script>');
		var sidebar_align = 'right';
		var content_container_margin = parseInt('282px');
		var sidebar_width = parseInt('268px');
	//--> </script> <script type="text/javascript" src="http://www.crazypellas.net/clientscript/vbulletin-sidebar.js?v=422"></script> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00042l/additional.css?d=1385945385" /> 
<script type="text/javascript"><!--
window.google_analytics_uacct = 'UA-121135-1'; window.google_analytics_domain_name='.crazypellas.net'; var _gaq = _gaq || []; _gaq.push(['_setDomainName', '.crazypellas.net'], ['_setAccount', 'UA-121135-1'], ['_trackPageview'], ['_trackPageLoadTime']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);  })();
//--></script>
</head> <body>  <style type="text/css">
.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page 
{
top:auto;
}
</style> <script type="text/javascript">tapatalkDetect()</script>   <div class="above_body">  <div id="header" class="floatcontainer doc_header"> <div class="ad_global_header"> </div> <div id="top_header"> <div id="globalsearch" class="globalsearch"> <form action="http://www.crazypellas.net/search.php?do=process" method="post" id="navbar_search" class="navbar_search"> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="do" value="process" /> <input type="text" value="" name="query" class="textbox" tabindex="99"/> <input type="submit" class="searchbutton" name="submit" onclick="document.getElementById('navbar_search').submit;" tabindex="100"/> </form> </div> <ul class="advanced_search"> <li><a href="http://www.crazypellas.net/search.php" accesskey="4">Advanced Search</a></li> </ul> <div id="toplinks" class="toplinks"> <ul class="nouser"> <li><a href="http://www.crazypellas.net/register.php" rel="nofollow">Register</a></li> <li>or</li> <li><a href="#login-box" class="login-window">Login</a></li> </ul> </div> </div> <div id="login-box" class="login-popup"> <a href="#" class="close"><img src="images/metro/blue/misc/close_popup.png" class="close-button" title="Close" alt="Close" /></a> <div id="login-text">Login to Your Account</div> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=422"></script> <form id="navbar_loginform" action="http://www.crazypellas.net/login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)"> <fieldset id="logindetails" class="logindetails"> <div> <div class="navbar_username_outer"><input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="User Name" /></div> <div class="navbar_password_outer"><input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" /> <input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="Password" style="display:none;" /></div> <div class="login-ctrl"> <div id="remember" class="remember"> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> Remember Me?</label> </div> <input type="submit" class="loginbutton" tabindex="104" value="Log in" title="Enter your username and password in the boxes provided to login, or click the 'register' button to create a profile for yourself." accesskey="s" /> </div> </div> </fieldset> <input type="hidden" name="s" value="3c026158520ef9870ddf8fe1276c548e" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> <script type="text/javascript">
			YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
			YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
			vB_XHTML_Ready.subscribe(function()
			{
			//
				YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
				YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
				YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
				YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
			});
			
			function navbar_username_focus(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				if (textbox.value == 'User Name')
				{
				//
					textbox.value='';
					textbox.style.color='#000000';
				}
			}

			function navbar_username_blur(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				if (textbox.value == '')
				{
				//
					textbox.value='User Name';
					textbox.style.color='#777777';
				}
			}
			
			function navbar_password_hint(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				
				YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
				YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
				YAHOO.util.Dom.get('navbar_password').focus();
			}

			function navbar_password(e)
			{
			//
				var textbox = YAHOO.util.Event.getTarget(e);
				
				if (textbox.value == '')
				{
					YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
					YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
				}
			}
			</script> <div class="register-ctrl"> <a class="login-popup-register" href="http://www.crazypellas.net/register.php" rel="nofollow">Register</a> <div class="login-popup-fb"> <li id="fb_headerbox" class="hidden"> <a id="fb_loginbtn" href="#"><img src="images/metro/blue/misc/facebook_login.gif" alt="The Facebook Platform" /></a> </li> </div> </div> </div> <div id="middle_header"> <a name="top" href="http://www.crazypellas.net/" class="logo-image"><img src="images/metro/blue/misc/vbulletin4_logo.png" alt="CrazyPellas - Powered by vBulletin" /></a> <div id="navbar" class="navbar"> <ul id="navtabs" class="navtabs floatcontainer"> <li  id="vbtab_whatsnew"> <a class="navtab" href="http://www.crazypellas.net/activity.php"><span>What's New?</span></a> </li> <li  id="vbtab_cms"> <a class="navtab" href="http://www.crazypellas.net/cms/"><span>Articles</span></a> </li> <li class="selected" id="vbtab_forum"> <a class="navtab" href="http://www.crazypellas.net/forum.php"><span>Forum</span></a> </li> <ul class="floatcontainer"> <li id="vbflink_newposts"><a rel="nofollow" href="http://www.crazypellas.net/search.php?do=getnew&amp;contenttype=vBForum_Post">New Posts</a></li> <li id="vbflink_faq"><a href="http://www.crazypellas.net/faq.php">FAQ</a></li> <li id="vbflink_calendar"><a href="http://www.crazypellas.net/calendar.php">Calendar</a></li> <li class="popupmenu" id="vbmenu_community"> <a href="javascript://" class="popupctrl">Community</a> <ul class="popupbody popuphover"> <li id="vbclink_members"><a href="http://www.crazypellas.net/memberlist/">Member List</a></li> </ul> </li> <li class="popupmenu" id="vbmenu_actions"> <a href="javascript://" class="popupctrl">Forum Actions</a> <ul class="popupbody popuphover"> <li id="vbalink_mfr"><a rel="nofollow" href="http://www.crazypellas.net/forumdisplay.php?do=markread&amp;markreadhash=guest">Mark Forums Read</a></li> </ul> </li> <li class="popupmenu" id="vbmenu_qlinks"> <a href="javascript://" class="popupctrl">Quick Links</a> <ul class="popupbody popuphover"> <li id="vbqlink_posts"><a href="http://www.crazypellas.net/search.php?do=getdaily&amp;contenttype=vBForum_Post">Today's Posts</a></li> <li id="vbqlink_leaders"><a href="http://www.crazypellas.net/showgroups.php">View Site Leaders</a></li> </ul> </li> </ul> </ul> </div> </div> </div> </div> <div class="body_wrapper"> <div id="breadcrumb" class="breadcrumb"> <ul class="floatcontainer"> <li class="navbithome"><a href="http://www.crazypellas.net/" accesskey="1"><img src="images/metro/blue/misc/navbit-home.png" alt="Home" /></a></li> <li class="navbit lastnavbit"><span>Forum</span></li> </ul> <hr /> </div> <div style="text-align: center;"> <script id="mNCC" language="javascript">  medianet_width='728';  medianet_height= '90';  medianet_crid='213173165';  </script> <script id="mNSC" src="http://contextual.media.net/nmedianet.js?cid=8CU9GO58Q" language="javascript"></script> </div>  <br /> <div id="bop5msotng" style="height: 26px; padding:    ; margin:2px; ">  <div class="fb-like" data-href="http://www.crazypellas.net/" data-send="true" data-layout="button_count" data-width="145" data-show-faces="false" data-action="like"  style="float: left; width: 145px;"></div>   <div style="float: left; width: 95px;"> <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'twitter.com', '/share']);" rel="nofollow" href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.crazypellas.net/" data-count="horizontal" data-via="CrazyPellas"    lang="en">Tweet</a> </div> <script id="bop5twt" type="text/javascript">
        (function() {
                var twitterScriptTag = document.createElement('script');
                twitterScriptTag.type = 'text/javascript';
                twitterScriptTag.async = true;
                twitterScriptTag.src = '//platform.twitter.com/widgets.js';
                var s = document.getElementsByTagName('script')[0];
                s.parentNode.insertBefore(twitterScriptTag, s);
        })();
        </script>   <div style="float: left; width:70px;"> <div class="g-plusone" data-size="medium" data-annotation="bubble"  data-href="http://www.crazypellas.net/" style="float: left; background-color:yellow;"></div> </div> <script type="text/javascript">
          window.___gcfg = {lang: 'en_US'};
          (function() {
            var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
            po.src = 'https://apis.google.com/js/plusone.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
          })();
        </script>    </div>     <form action="http://www.crazypellas.net/profile.php?do=dismissnotice" method="post" id="notices" class="notices"> <input type="hidden" name="do" value="dismissnotice" /> <input type="hidden" name="s" value="s=3c026158520ef9870ddf8fe1276c548e&amp;" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" id="dismiss_notice_hidden" name="dismiss_noticeid" value="" /> <input type="hidden" name="url" value="" /> <div id="vbseo_vhtml_0"></div> </form> <div id="pagetitle"> <h1>CrazyPellas</h1> <p id="welcomemessage" class="description">Welcome to the CrazyPellas.</p> </div> <div id="content_container" class=" "> <div id="content" >  <ol id="forums" class="floatcontainer"> <!-- google_ad_section_start --><li class="forumbit_nopost old L1" id="cat5"> <div class="forumhead foruminfo L1 collapse"> <h2> <span class="forumtitle"><a href="http://www.crazypellas.net/crazypellas-community-5/">CrazyPellas Community</a></span> <span class="forumthreadpost">&nbsp;</span> <span class="forumlastpost">Last Post</span> <a class="collapse" id="collapse_c_cat5" href="#top"><img src="images/metro/blue/buttons/collapse_40b.png" alt="" /></a> </h2> </div> <ol id="c_cat5" class="childforum"> <li id="forum17" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_17" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/news-and-announcements-17/">News &amp; Announcements</a></h2> <span class="viewing">(1 Viewing)</span> </div> <p class="forumdescription">Keep up to date with the developments and news in the music forums and elsewhere in this music community.</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_121" /> <a href="http://www.crazypellas.net/newsletters-121/">Newsletters</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (94/134)</span> </li></ul></div></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=17" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 383</li> <li>Posts: 2,186</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon6.gif" alt="Icon6" border="0" /> <a href="http://www.crazypellas.net/news-and-announcements-17/crazypellas-is-10-today-74621/" class="threadtitle" >CrazyPellas is 10...</a> </p> <div class="lastpostby">
	
		by mh bich who els
	
	</div> <p class="lastpostdate">22-06-2014 <span class="time">4:24 AM</span> </p> </div> </div> </div> </li><li id="forum18" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_18" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/off-topic-18/">Off Topic</a></h2> <span class="viewing">(42 Viewing)</span> </div> <p class="forumdescription">Anything goes, REALLY*. Come network with your fellow musicians and music fans to take your mind off music for a minute.</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_24" /> <a href="http://www.crazypellas.net/introduce-yourself-24/">Introduce Yourself</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (4557/14284)</span> </li></ul></div></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=18" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 7,686</li> <li>Posts: 48,259</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/introduce-yourself-24/new-to-the-threads-75230/" class="threadtitle" >New to the threads.</a> </p> <div class="lastpostby">
	
		by Sk8z
	
	</div> <p class="lastpostdate">04-10-2014 <span class="time">5:02 PM</span> </p> </div> </div> </div> </li><li id="forum20" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_20" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/mainstream-music-20/">Mainstream Music</a></h2> <span class="viewing">(27 Viewing)</span> </div> <p class="forumdescription">Music we all love it, that's why we're here on Crazy Pellas. Come and discuss mainstream music with your fellow music enthusiasts.</p> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=20" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 3,025</li> <li>Posts: 17,022</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/mainstream-music-20/rome-marciel-n-i-k-e-ambition-74501/" class="threadtitle" >Rome Marciel -...</a> </p> <div class="lastpostby">
	
		by Russyruss
	
	</div> <p class="lastpostdate">22-05-2014 <span class="time">4:11 PM</span> </p> </div> </div> </div> </li><li id="forum86" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_86" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/forum-support-and-feedback-86/">Forum Support &amp; Feedback</a></h2> <span class="viewing">(8 Viewing)</span> </div> <p class="forumdescription">Post all your comments, questions and suggestions about Crazy Pellas here.</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_194" /> <a href="http://www.crazypellas.net/cp-beats-store-support-and-suggestions-194/">CP Beats Store Support &amp; Suggestions</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (35/62)</span> </li></ul></div><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_151" /> <a href="http://www.crazypellas.net/how-to-videos-and-articles-151/">How To Videos and Articles</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (24/49)</span> </li></ul></div></div><div style="vertical-align:top;clear:both;"></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=86" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 509</li> <li>Posts: 2,046</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/forum-support-and-feedback-86/producer-homemade-beats-section-troubles-72117/" class="threadtitle" >Producer Homemade...</a> </p> <div class="lastpostby">
	
		by Crazy Pellas
	
	</div> <p class="lastpostdate">03-12-2013 <span class="time">10:56 AM</span> </p> </div> </div> </div> </li> </ol> </li><li class="forumbit_nopost old L1" id="cat12"> <div class="forumhead foruminfo L1 collapse"> <h2> <span class="forumtitle"><a href="http://www.crazypellas.net/share-your-music-12/">Share Your Music</a></span> <span class="forumthreadpost">&nbsp;</span> <span class="forumlastpost">Last Post</span> <a class="collapse" id="collapse_c_cat12" href="#top"><img src="images/metro/blue/buttons/collapse_40b.png" alt="" /></a> </h2> <div class="forumrowdata"> <p class="subforumdescription">Upload Music. Share Music. Get Feedback.</p> </div> </div> <ol id="c_cat12" class="childforum"> <li id="forum83" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_83" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/producer-homemade-beats-83/">Producer: Homemade Beats</a></h2> <span class="viewing">(97 Viewing)</span> </div> <p class="forumdescription">Get feedback on your new homemade beats from fellow Producers, DJs, Artists, &amp; other music fans, listen to and download. -- <a href="https://www.crazypellas.net/sell-beats-online/"><b>Sell Beats</b></a> Today!</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_107" /> <a href="http://www.crazypellas.net/producer-talk-107/">Producer Talk</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (1258/8763)</span> </li></ul></div><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_106" /> <a href="http://www.crazypellas.net/remade-beats-106/">Remade Beats</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (131/702)</span> </li></ul></div></div><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_175" /> <a href="http://www.crazypellas.net/sampling-music-flip-this-175/">Sampling Music: Flip This!</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (168/952)</span> </li></ul></div></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=83" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 7,219</li> <li>Posts: 57,799</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/producer-talk-107/artists-rappers-labels-etc-looking-for-beats-october-2014-a-75213/" class="threadtitle" >Artists, Rappers,...</a> </p> <div class="lastpostby">
	
		by Crazy Pellas
	
	</div> <p class="lastpostdate">Today <span class="time">7:37 AM</span> </p> </div> </div> </div> </li><li id="forum81" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_81" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/dj-remixes-mashups-and-blends-81/">DJ: Remixes, Mashups, &amp; Blends</a></h2> <span class="viewing">(46 Viewing)</span> </div> <p class="forumdescription">Get feedback on your new remixes, mashups, and blends from fellow DJs, Producers, Artists, &amp; other music fans, listen to and download.</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_95" /> <a href="http://www.crazypellas.net/dj-talk-95/">DJ Talk</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (234/1485)</span> </li></ul></div><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_179" /> <a href="http://www.crazypellas.net/request-a-remix-179/">Request a Remix</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (66/147)</span> </li></ul></div></div><div style="vertical-align:top;clear:both;"></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=81" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 4,497</li> <li>Posts: 35,594</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon4.gif" alt="Icon4" border="0" /> <a href="http://www.crazypellas.net/dj-remixes-mashups-and-blends-81/meghan-trainor-all-about-that-bass-dj-sandman-mashup-75255/" class="threadtitle" >Meghan Trainor -...</a> </p> <div class="lastpostby">
	
		by djsandman
	
	</div> <p class="lastpostdate">Today <span class="time">4:32 AM</span> </p> </div> </div> </div> </li><li id="forum82" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_82" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/artist-audio-tracks-and-songs-82/">Artist: Audio Tracks, &amp; Songs</a></h2> <span class="viewing">(5 Viewing)</span> </div> <p class="forumdescription">Get feedback on your new audio tracks, and songs from fellow Artists, DJs, Producers, &amp; other music fans, listen to and download. -- Need some new beats? <a href="https://www.crazypellas.net/store/"><b>Buy Beats</b></a> or <a href="https://www.crazypellas.net/store/free-beats/">Download Free Beats</a>.</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_115" /> <a href="http://www.crazypellas.net/artist-and-band-talk-115/">Artist &amp; Band Talk</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (135/825)</span> </li></ul></div><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_190" /> <a href="http://www.crazypellas.net/non-artist-audio-190/">Non-Artist Audio</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (27/43)</span> </li></ul></div></div><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_159" /> <a href="http://www.crazypellas.net/your-acapella-downloads-159/">Your Acapella Downloads</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (49/200)</span> </li></ul></div></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=82" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 1,736</li> <li>Posts: 11,768</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon14.gif" alt="Icon14" border="0" /> <a href="http://www.crazypellas.net/artist-audio-tracks-and-songs-82/music-video-premiere-young-paperboyz-scrabble-75231/" class="threadtitle" >Music Video...</a> </p> <div class="lastpostby">
	
		by mayorboss
	
	</div> <p class="lastpostdate">05-10-2014 <span class="time">1:02 AM</span> </p> </div> </div> </div> </li><li id="forum84" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_84" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/designer-graphics-web-logo-and-cover-84/">Designer: Graphics, Web, Logo, &amp; Cover</a></h2> <span class="viewing">(7 Viewing)</span> </div> <p class="forumdescription">Get feedback on your graphics, web, logo, and cover designs from fellow Designers, Artists, DJs, Producers, &amp; other music fans.</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_116" /> <a href="http://www.crazypellas.net/graphics-chat-116/">Graphics Chat</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (211/919)</span> </li></ul></div></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=84" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 1,137</li> <li>Posts: 8,087</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/designer-graphics-web-logo-and-cover-84/35dollargraphics-sale-ends-oct-1-a-75031/" class="threadtitle" >#35dollargraphics |...</a> </p> <div class="lastpostby">
	
		by RichHustle313
	
	</div> <p class="lastpostdate">25-08-2014 <span class="time">5:36 PM</span> </p> </div> </div> </div> </li><li id="forum123" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_123" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/writer-poems-song-lyrics-and-stories-123/">Writer: Poems, Song Lyrics, &amp; Stories</a></h2> <span class="viewing">(1 Viewing)</span> </div> <p class="forumdescription">Get feedback on your Poems, Song Lyrics, and Stories from fellow Writers, Artists, DJs, Producers, &amp; other music fans.</p> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=123" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 467</li> <li>Posts: 2,361</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/writer-poems-song-lyrics-and-stories-123/innovate-to-promote-your-tracks-74634/" class="threadtitle" >Innovate to promote...</a> </p> <div class="lastpostby">
	
		by Rikeluxxbeats
	
	</div> <p class="lastpostdate">16-06-2014 <span class="time">12:38 AM</span> </p> </div> </div> </div> </li> </ol> </li><li class="forumbit_nopost old L1" id="cat195"> <div class="forumhead foruminfo L1 collapse"> <h2> <span class="forumtitle"><a href="http://www.crazypellas.net/music-community-195/">Music Community</a></span> <span class="forumthreadpost">&nbsp;</span> <span class="forumlastpost">Last Post</span> <a class="collapse" id="collapse_c_cat195" href="#top"><img src="images/metro/blue/buttons/collapse_40b.png" alt="" /></a> </h2> </div> <ol id="c_cat195" class="childforum"> <li id="forum187" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_187" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/musicians-lounge-187/">Musicians' Lounge</a></h2> <span class="viewing">(8 Viewing)</span> </div> <p class="forumdescription">A unified section for all Artists, DJs, Producers, Engineers to get advice, chat, or help using music software and equipment.</p> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=187" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 288</li> <li>Posts: 1,929</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/musicians-lounge-187/runnin-by-dat-boy-johnny-75154/" class="threadtitle" >'Runnin' by Dat Boy...</a> </p> <div class="lastpostby">
	
		by Dat Boy Johnny
	
	</div> <p class="lastpostdate">04-10-2014 <span class="time">3:03 PM</span> </p> </div> </div> </div> </li><li id="forum163" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_163" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/music-collaboration-163/">Music Collaboration</a></h2> <span class="viewing">(4 Viewing)</span> </div> <p class="forumdescription">Collaborate with fellow Producers, DJs, Artists, Designers, and Writers to come up with your next big hit!</p> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=163" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 329</li> <li>Posts: 1,409</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.gif" alt="Icon1" border="0" /> <a href="http://www.crazypellas.net/music-collaboration-163/collaboration-wanted-75151/" class="threadtitle" >Collaboration...</a> </p> <div class="lastpostby">
	
		by Connor Holland
	
	</div> <p class="lastpostdate">03-10-2014 <span class="time">8:36 PM</span> </p> </div> </div> </div> </li><li id="forum180" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_180" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/dj-drops-and-beat-tags-180/">DJ Drops &amp; Beat Tags</a></h2> <span class="viewing">(3 Viewing)</span> </div> <p class="forumdescription">Get DJ drops for your mixtapes, and remixes. Producers protect your beats with beat tags.</p> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=180" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 125</li> <li>Posts: 881</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/dj-drops-and-beat-tags-180/dj-intros-promos-in-the-mix-etc-70717/" class="threadtitle" >DJ Intros, promos,...</a> </p> <div class="lastpostby">
	
		by DJDavidS
	
	</div> <p class="lastpostdate">28-07-2014 <span class="time">1:42 PM</span> </p> </div> </div> </div> </li><li id="forum100" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_100" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/battle-call-out-100/">Battle: Call Out</a></h2> <span class="viewing">(4 Viewing)</span> </div> <p class="forumdescription">Want to battle to see who makes the best remixes, produces the best beats, raps better, or does the best designs? Call them out to battle.</p> <div style="width:100%;"><div class="subforums" style="width:100%;"><ol class="subforumlist commalist" style="width:100%;"><div style="width:100%;"><div style="vertical-align:top;clear:both;"><div style="float:left;width:50%;text-align:left;font-size:13px;"><ul><li class="subforum"> <img class="inlineimg" src="images/metro/blue/statusicon/subforum_old-48.png" alt="" border="0" id="forum_statusicon_161" /> <a href="http://www.crazypellas.net/battle-the-contests-161/">Battle: The Contests</a><span class="shade" style="font-size:10px;" title="Threads/Posts"> (162/1902)</span> </li></ul></div></div></div></ol></div></div> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=100" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 517</li> <li>Posts: 4,189</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/battle-call-out-100/red-jack-vs-71704/" class="threadtitle" >Red Jack Vs. ???</a> </p> <div class="lastpostby">
	
		by RedJack
	
	</div> <p class="lastpostdate">29-05-2014 <span class="time">1:03 PM</span> </p> </div> </div> </div> </li><li id="forum135" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_135" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/music-marketplace-135/">Music Marketplace</a></h2> <span class="viewing">(1 Viewing)</span> </div> <p class="forumdescription">Buy and Sell your unwanted music gear, sell your services, share music deals and coupons.</p> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=135" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 151</li> <li>Posts: 370</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/music-marketplace-135/producer-looking-to-sale-beats-for-up-and-coming-rappers-and-singers-75240/" class="threadtitle" >Producer looking to...</a> </p> <div class="lastpostby">
	
		by noyzi07
	
	</div> <p class="lastpostdate">07-10-2014 <span class="time">12:32 AM</span> </p> </div> </div> </div> </li><li id="forum97" class="forumbit_post old L2"> <div class="forumrow table"> <div class="foruminfo td"> <img src="images/metro/blue/statusicon/forum_old-48.png" class="forumicon" id="forum_statusicon_97" alt="" /> <div class="forumdata"> <div class="datacontainer"> <div class="titleline"> <h2 class="forumtitle"><a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/">Music Promotion: Albums, Mixtapes, &amp; Websites</a></h2> <span class="viewing">(117 Viewing)</span> </div> <p class="forumdescription">Promote your music albums, mixtapes, websites, shows, and services.</p> </div> </div> </div> <h4 class="nocss_label">Forum Actions:</h4> <ul class="forumactionlinks td"> <li class="forumactionlink rsslink"><a rel="nofollow" href="http://www.crazypellas.net/external.php?type=RSS2&amp;forumids=97" title="View this forum's RSS feed">View this forum's RSS feed</a></li> </ul> <h4 class="nocss_label">Forum Statistics:</h4> <ul class="forumstats td"> <li>Threads: 3,875</li> <li>Posts: 4,998</li> </ul> <div class="forumlastpost td"> <h4 class="lastpostlabel">Last Post:</h4> <div> <p class="lastposttitle"> <img src="images/icons/icon1.png" alt="" border="0" /> <a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/tinashe-cold-sweat-75254/" class="threadtitle" >Tinashe - Cold Sweat</a> </p> <div class="lastpostby">
	
		by ravisingh
	
	</div> <p class="lastpostdate">Today <span class="time">3:12 AM</span> </p> </div> </div> </div> </li> </ol> </li><!-- google_ad_section_end --> </ol>  <div class="navlinks"> <a href="http://www.crazypellas.net/forumdisplay.php?do=markread&amp;markreadhash=guest" rel="nofollow">Mark Forums Read</a>
	|
	<a href="http://www.crazypellas.net/showgroups.php" rel="nofollow">
		
			View Site Leaders
		
	</a> </div>  <div id="wgo" class="collapse wgo_block block"> <h2 class="blockhead">What's Going On?</h2> <div class="blockbody formcontrols floatcontainer">  <div id="wgo_onlineusers" class="wgo_subblock section"> <h3 class="blocksubhead"><img src="images/metro/blue/misc/users_online.png" alt="Currently Active Users" />Currently Active Users</h3> <div> <p>There are currently <a href="http://www.crazypellas.net/online.php">1289 users online</a>. <span class="shade">10 members and 1279 guests</span></p> <p>Most users ever online was 10,601, 22-07-2012 at <span class="time">2:20 AM</span>.</p> <ol class="commalist" id="wgo_onlineusers_list"> <li><a class="username" href="http://www.crazypellas.net/members/deviouz-55123/">Deviouz</a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/crazy-pellas-1/"><i><b><u>Crazy Pellas </u></b></i></a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/jayeneutron-61436/">JayeNeutron</a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/beat_specialist-56390/">Beat_Specialist</a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/doviethung20140-61426/">doviethung20140</a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/all-bout-money-38774/"><b><u>All Bout Money</u></b></a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/rtshelkaecka-55939/"><strike>rtshelkaecka</strike></a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/ravisingh-40820/">ravisingh</a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/dj-t-o-b-30960/">DJ T.O.B</a>, </li> <li><a class="username" href="http://www.crazypellas.net/members/djsandman-54526/">djsandman</a></li> </ol> </div> </div>     <div id="wgo_birthdays" class="wgo_subblock section"> <h3 class="blocksubhead"><img src="images/metro/blue/misc/birthday.png" alt="Today's Birthdays" />Today's Birthdays</h3> <ol class="commalist"> <li><a href="http://www.crazypellas.net/members/dothelong24-59823/">dothelong24</a> (23), </li> <li><a href="http://www.crazypellas.net/members/mjl-12965/">mjl</a> (22)</li> </ol> </div>  <div id="wgo_stats" class="wgo_subblock section"> <h3 class="blocksubhead"><img src="images/metro/blue/misc/forum_stats.png" alt="CrazyPellas Statistics" />CrazyPellas Statistics</h3> <div> <dl> <dt>Threads</dt> <dd>68,872</dd> <dt>Posts</dt> <dd>383,313</dd> <dt>Members</dt> <dd>60,374</dd> </dl> <p>Welcome to our newest member, <a href="http://www.crazypellas.net/members/jayeneutron-61436/">JayeNeutron</a></p> </div> </div> <div id="wgo_legend" class="wgo_subblock section"> <h3 class="blocksubhead"><img src="images/metro/blue/misc/legend.png" alt="Icon Legend" />Icon Legend</h3> <div> <dl id="icon_legends" class="icon_legends"> <dt><img src="images/metro/blue/statusicon/forum_new-16.png" alt="Contains unread forum posts" /></dt><dd>Contains unread forum posts</dd> <dt><img src="images/metro/blue/statusicon/forum_old-16.png" alt="Contains no unread forum posts" /></dt><dd>Contains no unread forum posts</dd> <dt><img src="images/metro/blue/statusicon/category-16.png" alt="Forum is a category" /></dt><dd>Forum is a category</dd> <dt><img src="images/metro/blue/statusicon/forum_link-16.png" alt="Forum is a Link" /></dt><dd>Forum is a Link</dd> </dl> </div> </div> </div> </div>  </div> </div> <div id="sidebar_container" class=""> <a id="sidebar_button_link" href="#"> <img id="sidebar_button" src="images/metro/blue/misc/tab-collapsed.png" alt="" /> </a> <ul id="sidebar"  > <li> <div class="block smaller"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_html_19" href="#top"><img alt="" src="images/metro/blue/buttons/collapse_40b.png" id="collapseimg_html_19"/></a> <span class="blocktitle">Featured Beats for Sale</span> </div> <div class="widget_content blockbody floatcontainer"> <div id="block_html_19" class="blockrow"> <table width="100%" cellspacing="2" cellpadding="2" border="0"><tr><td width="100%" align="left" valign="top"><a href="https://www.crazypellas.net/store/p253/"><img border="0" src="microcart/photos/thumbs/55808-1350773785-corporatethief_Beats.jpg" width="30" align="left" style="padding:3px;"></a><a href="http://www.crazypellas.net/store/p253/">Skeleton In My Closet (2 Chainz)</a><span style="font-size: 8pt;"> by The Corporatethief Beats</span><br /><div id="player"> <p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="65" height="24"> <param name="movie" value="flashplayer/player.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="FlashVars" value="playlistfile=getPlayData.php%3Fid%3D253&configurationfile=flashplayer/player/configuration_small.xml" /> <embed src="flashplayer/player.swf" quality="high" wmode="transparent" flashvars="playlistfile=getPlayData.php%3Fid%3D253&configurationfile=flashplayer/player/configuration_small.xml" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="65" height="24"></embed> </object> </p> </div><div style="padding-left: 38px; margin-bottom: 3px; font-size: 9pt;">Price:&nbsp;<span style="color: #990000; font-size: 10pt;">$19.95</span></div></td></tr><tr><td width="100%" align="left" valign="top"><a href="https://www.crazypellas.net/store/p357/"><img border="0" src="microcart/photos/thumbs/426-1357263138-AllIEverWanted-Nicki_Minaj.png" width="30" align="left" style="padding:3px;"></a><a href="http://www.crazypellas.net/store/p357/">All I Ever Wanted</a><span style="font-size: 8pt;"> by A. Woods</span><br /><div id="player"> <p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="65" height="24"> <param name="movie" value="flashplayer/player.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="FlashVars" value="playlistfile=getPlayData.php%3Fid%3D357&configurationfile=flashplayer/player/configuration_small.xml" /> <embed src="flashplayer/player.swf" quality="high" wmode="transparent" flashvars="playlistfile=getPlayData.php%3Fid%3D357&configurationfile=flashplayer/player/configuration_small.xml" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="65" height="24"></embed> </object> </p> </div><div style="padding-left: 38px; margin-bottom: 3px; font-size: 9pt;">Price:&nbsp;<span style="color: #990000; font-size: 10pt;">$10.00</span></div></td></tr><tr><td width="100%" align="left" valign="top"><a href="https://www.crazypellas.net/store/p489/"><img border="0" src="microcart/photos/thumbs/59250-1376357894-download.jpg" width="30" align="left" style="padding:3px;"></a><a href="http://www.crazypellas.net/store/p489/">Pure Dread</a><span style="font-size: 8pt;"> by DineroT</span><br /><div id="player"> <p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="65" height="24"> <param name="movie" value="flashplayer/player.swf" /> <param name="quality" value="high" /> <param name="wmode" value="transparent" /> <param name="FlashVars" value="playlistfile=getPlayData.php%3Fid%3D489&configurationfile=flashplayer/player/configuration_small.xml" /> <embed src="flashplayer/player.swf" quality="high" wmode="transparent" flashvars="playlistfile=getPlayData.php%3Fid%3D489&configurationfile=flashplayer/player/configuration_small.xml" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="65" height="24"></embed> </object> </p> </div><div style="padding-left: 38px; margin-bottom: 3px; font-size: 9pt;">Price:&nbsp;<span style="color: #990000; font-size: 10pt;">$25.00</span></div></td></tr><tr><td align="center" style="font-size: 8pt; font-weight: bold;"><a href="store/">View All Beats for Sale</a> | <a href="sell-beats-online/">Sell Your Beats</a></td></tr></table> </div> </div> </div> <div class="underblock"></div> </li><li> <div class="block smaller"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_activitystream_20" href="#top"><img alt="" src="images/metro/blue/buttons/collapse_40b.png" id="collapseimg_activitystream_20"/></a> <img src="images/metro/blue/cms/widget-comment.png" alt="" /> <span class="blocktitle">CrazyPellas Activity</span> </div> <div class="widget_content blockbody floatcontainer"> <ul id="block_activitystream_20" class="blockrow activitystream"> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/crazy-pellas-1/"> <img src="customavatars/thumbs/avatar1_45.gif" alt="Crazy Pellas" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <div class="meta activitystream"> <a href="http://www.crazypellas.net/members/crazy-pellas-1/">Crazy Pellas</a> replied to a thread  <a href="http://www.crazypellas.net/producer-talk-107/artists-rappers-labels-etc-looking-for-beats-october-2014-a-75213/">Artists, Rappers, Labels etc. Looking for Beats (October 2014)</a> in <a href="http://www.crazypellas.net/producer-talk-107/">Producer Talk</a> <div>Today, <span class="time">7:37 AM</span></div> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/djsandman-54526/"> <img src="images/metro/blue/misc/unknown.gif" alt="djsandman" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <div class="meta activitystream"> <a href="http://www.crazypellas.net/members/djsandman-54526/" class="username">djsandman</a> started a thread  <a href="http://www.crazypellas.net/dj-remixes-mashups-and-blends-81/meghan-trainor-all-about-that-bass-dj-sandman-mashup-75255/">Meghan Trainor - All About That Bass (dj Sandman mashup)</a> in <a href="http://www.crazypellas.net/dj-remixes-mashups-and-blends-81/">DJ: Remixes, Mashups, &amp; Blends</a> <div>Today, <span class="time">4:32 AM</span></div> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/ravisingh-40820/"> <img src="customavatars/thumbs/avatar40820_5.gif" alt="ravisingh" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <div class="meta activitystream"> <a href="http://www.crazypellas.net/members/ravisingh-40820/" class="username">ravisingh</a> started a thread  <a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/tinashe-cold-sweat-75254/">Tinashe - Cold Sweat</a> in <a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/">Music Promotion: Albums, Mixtapes, &amp; Websites</a> <div>Today, <span class="time">3:12 AM</span></div> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/ravisingh-40820/"> <img src="customavatars/thumbs/avatar40820_5.gif" alt="ravisingh" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <div class="meta activitystream"> <a href="http://www.crazypellas.net/members/ravisingh-40820/" class="username">ravisingh</a> started a thread  <a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/demrick-ft-dizzy-wright-we-still-here-75253/">Demrick ft. Dizzy Wright - We Still Here</a> in <a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/">Music Promotion: Albums, Mixtapes, &amp; Websites</a> <div>Today, <span class="time">1:35 AM</span></div> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/crazy-pellas-1/"> <img src="customavatars/thumbs/avatar1_45.gif" alt="Crazy Pellas" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <div class="meta activitystream"> <a href="http://www.crazypellas.net/members/crazy-pellas-1/" class="username">Crazy Pellas</a> created an article <a href="http://www.crazypellas.net/cms/interview-with-isa-blaque-frio-425/">Interview with Isa Blaque (#FriO) (Rapper)</a> in <a href="http://www.crazypellas.net/view/artist-interviews-7/">Artist Interviews</a> <div>Today, <span class="time">12:26 AM</span></div> </div> </div> </li> </ul> </div> </div> <div class="underblock"></div> </li><li> <div class="block smaller"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_newthreads_3" href="#top"><img alt="" src="images/metro/blue/buttons/collapse_40b.png" id="collapseimg_newthreads_3"/></a> <img src="images/metro/blue/cms/widget-forum.png" alt="" /> <span class="blocktitle">Latest Music</span> </div> <div class="widget_content blockbody floatcontainer"> <ul id="block_newthreads_3" class="blockrow"> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/djsandman-54526/"> <img src="images/metro/blue/misc/unknown.gif" alt="djsandman" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/dj-remixes-mashups-and-blends-81/meghan-trainor-all-about-that-bass-dj-sandman-mashup-75255/" class="title">Meghan Trainor - All About That...</a></h5> <div class="meta">
						
						 by <a href="http://www.crazypellas.net/members/djsandman-54526/">djsandman</a> (0 replies)
						<br />Today, <span class="time">4:32 AM</span> in <a href="http://www.crazypellas.net/dj-remixes-mashups-and-blends-81/">DJ: Remixes, Mashups, &amp; Blends</a> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/mayorboss-61417/"> <img src="images/metro/blue/misc/unknown.gif" alt="mayorboss" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/artist-audio-tracks-and-songs-82/music-video-premiere-young-paperboyz-scrabble-75231/" class="title">Music Video Premiere:  Young...</a></h5> <div class="meta">
						
						 by <a href="http://www.crazypellas.net/members/mayorboss-61417/">mayorboss</a> (0 replies)
						<br />05-10-2014, <span class="time">1:02 AM</span> in <a href="http://www.crazypellas.net/artist-audio-tracks-and-songs-82/">Artist: Audio Tracks, &amp; Songs</a> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/markobugbg-43651/"> <img src="images/metro/blue/misc/unknown.gif" alt="markobugbg" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/artist-audio-tracks-and-songs-82/bwr075-reqterdrumer-and-dj-gruja-water-surface-75221/" class="title">[BWR075] Reqterdrumer and DJ GrujA...</a></h5> <div class="meta">
						
						 by <a href="http://www.crazypellas.net/members/markobugbg-43651/">markobugbg</a> (0 replies)
						<br />03-10-2014, <span class="time">6:16 PM</span> in <a href="http://www.crazypellas.net/artist-audio-tracks-and-songs-82/">Artist: Audio Tracks, &amp; Songs</a> </div> </div> </li> </ul> </div> </div> <div class="underblock"></div> </li><li> <div class="block smaller"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_newposts_1" href="#top"><img alt="" src="images/metro/blue/buttons/collapse_40b.png" id="collapseimg_newposts_1"/></a> <img src="images/metro/blue/cms/widget-comment.png" alt="" /> <span class="blocktitle">Latest Feedback Left</span> </div> <div class="widget_content blockbody floatcontainer"> <ul id="block_newposts_1" class="blockrow"> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/djsandman-54526/"> <img src="images/metro/blue/misc/unknown.gif" alt="djsandman" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <p class="widget_post_content">Check out my mashup of 'All About That Bass'by Meghan Trainor 
 
Free Download!...</p> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/dj-remixes-mashups-and-blends-81/meghan-trainor-all-about-that-bass-dj-sandman-mashup-75255-post396564/#post396564" class="title">Meghan Trainor - All About That...</a></h5> <div class="meta">
						Today, <span class="time">4:32 AM</span> <br/> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/mayorboss-61417/"> <img src="images/metro/blue/misc/unknown.gif" alt="mayorboss" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <p class="widget_post_content">A week after premiering the audio of �Scrabble� Young Paperboyz releases the...</p> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/artist-audio-tracks-and-songs-82/music-video-premiere-young-paperboyz-scrabble-75231-post396535/#post396535" class="title">Music Video Premiere:  Young...</a></h5> <div class="meta">
						05-10-2014, <span class="time">1:02 AM</span> <br/> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/connor-holland-61352/"> <img src="images/metro/blue/misc/unknown.gif" alt="Connor Holland" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <p class="widget_post_content">Yo Bilshot, just listened to 'One of a Kind', I like it. I've studied a little...</p> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/music-collaboration-163/collaboration-wanted-75151-post396521/#post396521" class="title">Collaboration wanted.</a></h5> <div class="meta">
						03-10-2014, <span class="time">8:36 PM</span> <br/> </div> </div> </li> </ul> </div> </div> <div class="underblock"></div> </li><li> <div class="block smaller"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_cmsarticles_14" href="#top"><img alt="" src="images/metro/blue/buttons/collapse_40b.png" id="collapseimg_cmsarticles_14"/></a> <img src="images/metro/blue/cms/widget-article.png" alt="" /> <span class="blocktitle">Latest Music Tutorials</span> </div> <div class="widget_content blockbody floatcontainer"> <ul id="block_cmsarticles_14" class="blockrow"> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/crazy-pellas-1/"> <img src="customavatars/thumbs/avatar1_45.gif" alt="Crazy Pellas" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/cms/interview-with-isa-blaque-frio-425/" class="title">Interview with Isa Blaque...</a></h5> <p class="widget_post_content">Isa Blaque (#FriO) is an...</p> <div class="meta">
						
						by <a href="http://www.crazypellas.net/members/crazy-pellas-1/">Crazy Pellas</a> (0 Comments)
						<br />Today, <span class="time">12:26 AM</span> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/crazy-pellas-1/"> <img src="customavatars/thumbs/avatar1_45.gif" alt="Crazy Pellas" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/cms/producer-tip-using-youtube-converter-to-sample-songs-424/" class="title">Producer Tip #7: Using YouTube...</a></h5> <p class="widget_post_content">Long gone are the days when a...</p> <div class="meta">
						
						by <a href="http://www.crazypellas.net/members/crazy-pellas-1/">Crazy Pellas</a> (0 Comments)
						<br />Yesterday, <span class="time">2:46 PM</span> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/crazy-pellas-1/"> <img src="customavatars/thumbs/avatar1_45.gif" alt="Crazy Pellas" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/cms/interview-with-madkap-the-writer-423/" class="title">Interview with Madkap The...</a></h5> <p class="widget_post_content">Madkap The Writer is a 25...</p> <div class="meta">
						
						by <a href="http://www.crazypellas.net/members/crazy-pellas-1/">Crazy Pellas</a> (0 Comments)
						<br />Yesterday, <span class="time">1:52 PM</span> </div> </div> </li> </ul> </div> </div> <div class="underblock"></div> </li><li> <div class="block smaller"> <div class="blocksubhead"> <a class="collapse" id="collapse_block_newposts_11" href="#top"><img alt="" src="images/metro/blue/buttons/collapse_40b.png" id="collapseimg_newposts_11"/></a> <img src="images/metro/blue/cms/widget-comment.png" alt="" /> <span class="blocktitle">Music Industry Discussions</span> </div> <div class="widget_content blockbody floatcontainer"> <ul id="block_newposts_11" class="blockrow"> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/crazy-pellas-1/"> <img src="customavatars/thumbs/avatar1_45.gif" alt="Crazy Pellas" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <p class="widget_post_content">October 8th 2014 
 
Send Beats to Lil Chuckee - Featured  
About: Artist from...</p> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/producer-talk-107/artists-rappers-labels-etc-looking-for-beats-october-2014-a-75213-post396565/#post396565" class="title">Artists, Rappers, Labels etc....</a></h5> <div class="meta">
						Today, <span class="time">7:37 AM</span> <br/> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/ravisingh-40820/"> <img src="customavatars/thumbs/avatar40820_5.gif" alt="ravisingh" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <p class="widget_post_content"></p> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/tinashe-cold-sweat-75254-post396563/#post396563" class="title">Tinashe - Cold Sweat</a></h5> <div class="meta">
						Today, <span class="time">3:12 AM</span> <br/> </div> </div> </li> <li class="avatarcontent floatcontainer widget_post_bit"> <div class="widget_post_userinfo"> <div class="cms_widget_post_useravatar widget_post_useravatar"> <a class="smallavatar comments_member_avatar_link" href="http://www.crazypellas.net/members/ravisingh-40820/"> <img src="customavatars/thumbs/avatar40820_5.gif" alt="ravisingh" /> </a> </div> </div> <div class="smallavatartext widget_post_comment"> <p class="widget_post_content"></p> <h5 class="widget_post_header"><a href="http://www.crazypellas.net/music-promotion-albums-mixtapes-and-websites-97/demrick-ft-dizzy-wright-we-still-here-75253/#post396562" class="title">Demrick ft. Dizzy Wright - We...</a></h5> <div class="meta">
						Today, <span class="time">1:35 AM</span> <br/> </div> </div> </li> </ul> </div> </div> <div class="underblock"></div> </li> </ul> </div> <script type="text/javascript"> <!--
	vbphrase['doubleclick_forum_markread'] = "Double-click this icon to mark this forum and its contents as read";
	init_forum_readmarker_system();
	//--> </script> <div style="clear: left"> <div align="center"> <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'musicpromoonly.com', '/?utm_source=cp&utm_medium=728hdrbnr&utm_term=0&utm_campaign=CrazyPellas']);" href="http://musicpromoonly.com/?utm_source=cp&utm_medium=728hdrbnr&utm_term=0&utm_campaign=CrazyPellas" target="_blank"><img src="http://www.crazypellas.net/images/musicpromoonly-datpiff-soundcloud-youtube.png" alt="MusicPromoOnly.com - Get The EXPOSURE You Deserve from $9.95" border="0" /></a>  </div> </div> <div style="clear:both;"></div> <table class="prefooter" width="100%" border="0"> <tr> <td class="column-left"> <div class="prefooter-block-01 single"> <h6>About CrazyPellas</h6> <p>CrazyPellas is a great <b>music community</b> that was founded in 2004, for Artists, DJs and Producers to <b>Upload Music</b>, <b>Share Music</b> and <b>Get Feedback on your Music</b>. We are constantly striving to improve CrazyPellas and ask you to <a rel="nofollow" style="font-weight: bold;" href="http://www.crazypellas.net/sendmessage.php">contact us</a> if you have any suggestions or if their is anything that we can help you with.</p> </div> </td> <td class="column-right" width="244"> <div class="prefooter-block-03"> <h6>Connect With Us</h6> <ul> <li><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'twitter.com', '/CrazyPellas']);" rel="nofollow" class="twitter" target="_blank" href="http://twitter.com/CrazyPellas"></a></li> <li><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'facebook.com', '/CrazyPellas']);" class="facebook" target="_blank" href="http://facebook.com/CrazyPellas"></a></li> <li><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'plus.google.com', '/108882212790546820688?prsrc=3']);" class="gplus" target="_blank" href="https://plus.google.com/108882212790546820688?prsrc=3"></a></li> <li><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'www.youtube.com', '/CrazyPellas?sub_confirmation=1']);" class="youtube" target="_blank" href="http://www.youtube.com/CrazyPellas?sub_confirmation=1"></a></li> <li><a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'pinterest.com', '/CrazyPellas']);" rel="nofollow" class="myspace" target="_blank" href="http://pinterest.com/CrazyPellas"></a></li> </ul> </div> <div class="prefooter-block-04"> <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'crz.bz', '/CPAndroidApp']);" rel="nofollow" style="text-decoration: none;" href="http://crz.bz/CPAndroidApp" target="_blank" ref="nofollow"><img src="http://www.crazypellas.net/images/metro/blue/buttons/android_icon.png" alt="CrazyPellas Android App" /> Android App</a> </div> </td> </tr> </table> <div id="footer" class="floatcontainer footer"> <form action="http://www.crazypellas.net/" method="get" id="footer_select" class="footer_select"> </form> <ul id="footer_links" class="footer_links"> <li><a href="http://www.crazypellas.net/sendmessage.php" rel="nofollow" accesskey="9">Contact Us</a>  |  </li> <li><a href="http://www.crazypellas.net/cms/">CrazyPellas Music Home</a>  |  </li> <li><a href="sitemap/">Sitemap</a>  |  </li> <li><a href="http://www.crazypellas.net/go/PrivacyPolicy">Privacy Statement</a>  |  </li> <li><a href="http://www.crazypellas.net/go/TermsandConditions">Terms of Service</a>  |  </li> <li><a href="#top" onclick="document.location.hash='top'; return false;">Top</a></li> </ul> <script type="text/javascript"> <!--
		// Main vBulletin Javascript Initialization
		vBulletin_init();
	//--> </script> </div> </div>  <div class="below_body"> <div id="footer_time" class="shade footer_time">All times are GMT. The time now is <span class="time">11:42 AM</span>.</div> <div id="footer_copyright" class="shade footer_copyright"> 
	Powered by vBulletin&reg;<br />Copyright &copy;2000 - 2014, Jelsoft Enterprises Ltd.&nbsp;
	
<br /><!-- google_ad_section_start(weight=ignore) -->Search Engine Optimization by vBSEO &copy;2011, Crawlability, Inc.<!-- google_ad_section_end --> <br /> <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'plus.google.com', '/u/0/104716418466013395274?rel=author']);" rel="me" href="https://plus.google.com/u/0/104716418466013395274?rel=author">Google</a> </div> <div id="footer_morecopyright" class="shade footer_morecopyright">  <img src="http://www.crazypellas.net/cron.php?rand=1412854921" alt="" width="1" height="1" border="0" /> 
	All content is protected by the copyright of their respective owners.<br /><br />CrazyPellas.net is part of <a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'iminnovative.com', '']);" rel="nofollow" href="http://iminnovative.com">imInnovative</a> | <b>PROUDLY</b> hosted by: <a href="http://www.crazypellas.net/go/AwesomeHosting">LiquidWeb</a><br /><br />Our site uses cookies. To find out what cookies we use and why we use them <a href="http://www.crazypellas.net/go/PrivacyPolicy">click here</a>. If you continue using our site we will assume you consent to us using cookies in this way.
	
</div> <script type="text/javascript" src="http://connect.facebook.net/en_US/all.js"></script> <script type="text/javascript"> <!--
var FB_appid = "190260621030117";
var FB_connected = 0;
var FB_active = 0;
var FB_autoreg = 0;
var FB_feed_newthread = 1;
var FB_feed_postreply = 1;
var FB_feed_blogentry = 1;
var FB_feed_blogcomment = 1;
var FB_feed_newarticle = 1;
var FB_feed_articlecomment = 1;
--> </script> </div> 
<script type="text/javascript">
//<![CDATA[

var vbseo_jshtml = new Array();
vbseo_jshtml[0] = "<"+"ol> <"+"li class=\"restore\" id=\"navbar_notice_1010\">  <"+"p>Welcome to CrazyPellas.net! You are just moments away from being part of this incredible Music Resource and Community.<"+"/p> <"+"p><"+"a style=\"font-weight: bold;\" href=\"http://www.crazypellas.net/register.php\">Register a FREE account today<"+"/a> and join over 50,000 music enthusiasts, who actively participate in this community on a regular basis.<"+"/p> <"+"p>With your free account you will be:<"+"/p> <"+"div style=\"margin: 8px;\">&nbsp; &nbsp; &bull; Networking with thousands of music enthusiasts (including DJs, Producers, Artists, Designers, and Promoters)<"+"/div> <"+"div style=\"margin: 8px;\">&nbsp; &nbsp; &bull; Getting FEEDBACK on your work<"+"/div> <"+"div style=\"margin: 8px;\">&nbsp; &nbsp; &bull; Getting FREE PROMOTION<"+"/div> <"+"div style=\"margin: 8px;\">&nbsp; &nbsp; &bull; and Downloading thousands of acapellas, instrumentals, and samples<"+"/div> <"+"br /> <"+"span style=\"float: right; font-weight: bold;\">As Seen On:<"+"br /><"+"img style=\"cursor:default\" src=\"http://www.crazypellas.net/images/asseenon.png\" alt=\"Press\" /><"+"/span> <"+"p>Do you really want to MISS OUT on all of this? <"+"a style=\"font-weight: bold;\" href=\"http://www.crazypellas.net/register.php\" title=\"It\'s free and only takes a minute!\">REGISTER NOW!<"+"/a> It is time for your name to be in lights, don\'t let it pass you by.<"+"/p> <"+"p><"+"br />If you have any problems registering or logging in, <"+"a href=\"http://www.crazypellas.net/sendmessage.php\">send us a message<"+"/a> and we\'ll help you out.<"+"/p>  <"+"/li> <"+"/ol>";

for(var vi=0;vi<vbseo_jshtml.length;vi++)
if(fetch_object("vbseo_vhtml_"+vi))fetch_object("vbseo_vhtml_"+vi).innerHTML = vbseo_jshtml[vi];

window.orig_onload = window.onload;
window.onload = function() {
if (is_ie || is_moz) { var cpost=document.location.hash;if(cpost){ if(cobj = fetch_object(cpost.substring(1,cpost.length)))cobj.scrollIntoView(true); }}

if(typeof window.orig_onload == "function") window.orig_onload();
}

//]]>
</script>
</body> </html>