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/josdigital/loved?w=1'>josdigital's loved tracks</a></span><ul><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1e75x?w=1'>M83 - Midnight City (Trentemøller Remix)</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1dxgf?w=1'>Raleigh Moncrief - I Just Saw</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/19nxn?w=1'>Raleigh Moncrief - lament for morning</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1f337?w=1'>Catcall - Satellites</a></li><li><b style='font-family: Times New Roman;'>&#9835;</b> <a target='_blank' href='http://hypem.com/song/1ddb5?w=1'>College - A Real Hero (feat. Electric Youth)</a></li><li><a target='_blank' href='http://hypem.com/badge?bc=loved/josdigital&w=1'>Get this widget &#8594;</a></li></ul>";

