Ich weiß nicht, ob es mit JS geht, aber mit PHP hab ich es schonmal gemacht:
<?
echo "<head>";
echo "<title> lalala </title>";
if ($style == "black")
{
echo "<link rel=\"stylesheet\" media=\"screen\" href=\"./style.css\">";
}
elseif ($style == "white")
{
echo "<link...