var css_str = '.hypem-small { width:160px; } 	 	.hypem-normal { width:160px; 	} 	 	.hypem-large { 	width:160px; } 	 	.hypem-large img { 	margin-left:5px; 	} 	 	#hypem-widget img { 	margin-top:5px; 	}	 	 	#hypem-widget { text-align:left;	background: #edf7fc; 	color:#000000; 	padding: 0 0 5px; 	}	#hypem-widget a { 	text-decoration:none; } 	 	#hypem-widget a:hover { 	color: #000000; 	text-decoration:none; 	} 	 	#hypem-widget ul { 	margin:0; 	padding:0; 	} 	 	#hypem-widget li{ 	font:11px/1.5em "Trebuchet MS", Verdana, Tahoma, sans-serif; 	list-style:none;     margin:5px 0;     padding:0 5px; 	} 	 	#hypem-widget li a { 	color:#0063dc; 	} 	 	#hypem-widget li a:hover { 	color:#0063dc; 	border-bottom:1px solid #0063dc; 	background:#fff; 	} 	 	#hypem-widget span { 	font:700 12px/1.5em "Trebuchet MS", Verdana, Tahoma, sans-serif; 	display:block; 	margin:5px 0; 	text-align:center; 	padding:2px 0; 	} 	 	#hypem-widget span, #hypem-widget span a { 	color:#edf7fc; 	background:#0063dc; 	} 	 	#hypem-widget span a:hover { 	color:#edf7fc; 	border-bottom:1px solid #edf7fc; 	} 	 	#hypem-widget em { 	color:#666; 	} 	 	#hypem-widget em a { 	color:#666; 	}	 	 	.hypem-small em { 	margin-left:12px; 	} 		 	.hypem-normal em { 	margin-left:12px;';

var head_elt = document.getElementsByTagName("head")[0];
var new_style = document.createElement("style");
new_style.setAttribute("type", "text/css");

if(new_style.styleSheet){ // IE
	new_style.styleSheet.cssText = css_str;
} else { // w3c
	var css_text = document.createTextNode(css_str);
	new_style.appendChild(css_text);
}

head_elt.appendChild(new_style);

document.getElementById("hypem-widget").className="hypem-small";
document.getElementById("hypem-widget").innerHTML = "<a href='http://hypem.com?w=1'><img border=0 src='http://hypem.com/inc/serve_hype_logo_simple.php?bcol=edf7fc&fcol=000000&width=160' /></a><span><a target='_blank' href='http://hypem.com/popular?w=1'>popular blog tracks</a></span><ul><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1hzs3?w=1'>Alesso - ID (Project 46 Praise You Edit)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1j040?w=1'>Lana Del Rey and Kill Paris - Without You (Kill Paris Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1hzjn?w=1'>Miike Snow - Paddling Out (Jacques Lu Cont Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1j057?w=1'>Bonobo - The Keeper (Banks Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1hzt4?w=1'>M.I.A - Bad Girls (Barbaric Merits ChainBangin Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1hzw1?w=1'>Kaskade And Deadmau5 - Move For Me (TABS Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1hzkz?w=1'>Nero - Must Be The Feeling (Brookes Brothers Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1hzs5?w=1'>Skrillex - Breakn' A Sweat feat. The Doors (Zedd Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1j0mr?w=1'>Drake - Crew Love (Feat. The Weeknd) (Shlohmo Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1j0a2?w=1'>Whitney Houston - My Love Is Your Love</a></li><li><a target='_blank' href='http://hypem.com/badge?bc=popular/now&w=1'>Get this widget &#8594;</a></li></ul>";

