var filename =location.pathname.substring(location.pathname.lastIndexOf('/')+1,location.pathname.lastIndexOf('.')); 
//alert(filename);
document.write('<style type="text/css" media="screen"><!--#sub_'+filename+' { color: #ed43a5; text-decoration: none; background-color: white; list-style-type: none; margin: 0px; display: block }--></style>');