  $(document).ready(function(){
  var speakSelect = '<select id="pafplayerspeed">' + ' <option value="3">Lav</option>' + '<option value="2">Normal</option>' + ' <option value="1">H&#248;y</option>' + ' </select>';
  var speedSelect = '<select id="pafplayerscmode">' + '<option value="0">God</option>' + '<option value="1">Middels</option>' + '<option value="2">D&#229;rlig</option>' + '</select>' ;
  var settingsBar = '<span id="settingsHolder" style="float:left;"><!--<a href="" id="speakspeed" title="Talehastighet">--><p>Talehastighet:</p><!--</a>-->' + speakSelect + " " + '<!--<a href="" id="internetspeed" title="Min internettforbindelse">--><p>Min internettforbindelse:</p><!--</a>-->' + speedSelect + '</span>';
   $('#listen').hide();
     

     $("div#player").hide();
     $("div#player").prepend(settingsBar);	
     $("span#settingsHolder").hide();	 
     $("div#player").prepend("<a href='' id='settings' title='Instillinger'><img src='App_Themes/FRI/images/lesewebSettings.gif'></a>" + " " + " ");
	 $("div#player").prepend("<a href='' id='helptext' title='Hjelp' onclick='vFact_dohelp();return false;'><img src='App_Themes/FRI/images/lesewebHelp.gif'></a>" + " " + " ");
	 $("div#player").prepend("<a href='javascript:location.reload(true)' id='stoptext' title='Stopp' ><img src='App_Themes/FRI/images/lesewebStop.gif'></a>" + " " + " ");
	 $("div#player").prepend("<a href='' id='playtext' title='Avspill' onclick='vFact_doplay();return false;'><img src='App_Themes/FRI/images/lesewebPlay.gif'></a>" + " " + " ");
	 $("li#contrast").append("<li id='readbody'><a href='' title='Read the article'>Lytt</a></li>");     
     $("#accActions li#readbody a").click(function(event){
       $("div#player").toggle('fast');
	   $(this).toggleClass("selected");
       return false;
     });	 
	 
	 $("a#settings").click(function(){
	 $("span#settingsHolder").toggle('fast');
	 return false;
	 })	
 
$("li#print").append('<a href="" title="Skriv ut siden" id="skrivut">Skriv ut</a>');  
$("li#largetext").append('<span class="switch" style="display: none;"><a href="" rel="" class="styleswitch">A<span style="font-size:0.7em;">A</span></a></span><span class="switch" style="display: visible;"><a href="" rel="large" class="styleswitch">A<span style="font-size:0.7em;">A</span></a></span>');
$("li#contrast").prepend('<span class="switch" style="display: none;"><a href="" rel="" class="styleswitch">abc</a></span><span class="switch" style="display: visible;"><a href="" rel="contrast" class="styleswitch">abc</a></span>');

$('li#print a').click(function(){
window.print();
return false;
}) 

$('a.styleswitch').click(function(){
$('span.switch').toggle();
return false;
}) 
 
   
   });






