//BEGIN RANDOM IMAGES***********************************************************
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = '/custom/Bilder/Teaser/vitakombi_teaser_Wechseljahre.jpg'
theImages[1] = '/custom/Bilder/Teaser/vitakombi_teaser_Schnupfen.jpg'
theImages[2] = '/custom/Bilder/Teaser/vitakombi_teaser_Migraine.jpg'
theImages[4] = '/custom/Bilder/Teaser/vitakombi_teaser_jungvital.jpg'
theImages[5] = '/custom/Bilder/Teaser/vitakombi_teaser_Husten_Int.jpg'
theImages[6] = '/custom/Bilder/Teaser/vitakombi_teaser_Herz.jpg'
theImages[7] = '/custom/Bilder/Teaser/vitakombi_teaser_Herpes_lippen.jpg'
theImages[8] = '/custom/Bilder/Teaser/vitakombi_teaser_Hals_Int.jpg'
theImages[9] = '/custom/Bilder/Teaser/vitakombi_teaser_Gelenk_Int.jpg'
theImages[10] ='/custom/Bilder/Teaser/vitakombi_teaser_Erkltung_Int.jpg'
theImages[11] ='/custom/Bilder/Teaser/vitakombi_teaser_Darm.jpg'
theImages[12] ='/custom/Bilder/Teaser/vitakombi_teaser_Augen.jpg'
// do not edit anything below this line
var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<a href="#"><img src="'+theImages[whichImage]+'"></a>');
}


function random_imglink()
{
	var myimages=new Array()
	//specify random images below. You can have as many as you wish
	myimages[1]="/custom/Bilder/Teaser/vitakombi_teaser_Wechseljahre.jpg"
	myimages[2]="/custom/Bilder/Teaser/vitakombi_teaser_Schnupfen.jpg"
	myimages[3]="/custom/Bilder/Teaser/vitakombi_teaser_Migraine.jpg"
	myimages[4]="/custom/Bilder/Teaser/vitakombi_teaser_jungvital.jpg"
	myimages[5]="/custom/Bilder/Teaser/vitakombi_teaser_Husten_Int.jpg"
	myimages[6]="/custom/Bilder/Teaser/vitakombi_teaser_Herz.jpg"	
	myimages[7]="/custom/Bilder/Teaser/vitakombi_teaser_Herpes_lippen.jpg"
	myimages[8]="/custom/Bilder/Teaser/vitakombi_teaser_Hals_Int.jpg"
	myimages[9]="/custom/Bilder/Teaser/vitakombi_teaser_Gelenk_Int.jpg"
	myimages[10]="/custom/Bilder/Teaser/vitakombi_teaser_Erkltung_Int.jpg"
	myimages[11]="/custom/Bilder/Teaser/vitakombi_teaser_Darm.jpg"
	myimages[12]="/custom/Bilder/Teaser/vitakombi_teaser_Augen.jpg"
	
	//specify corresponding links below
	var imagelinks = new Array()
	imagelinks[1]="/apotheke-gesundheit/Frauen/Wechseljahre/3609011-detail.html"
	imagelinks[2]="/apotheke-gesundheit/suche_etwas_gegen/Schnupfen/2722278-detail.html"
	imagelinks[3]="/apotheke-gesundheit/suche_etwas_gegen/Migraene/2714467-detail.html"
	imagelinks[4]="/apotheke-gesundheit/suche_etwas_zum_Thema/Antiaging/3458007-detail.html"
	imagelinks[5]="/apotheke-gesundheit/suche_etwas_gegen/Husten/3496492-detail.html"
	imagelinks[6]="/apotheke-gesundheit/suche_etwas_zum_Thema/Herzstaerkung/2688041-detail.html"
	imagelinks[7]="/apotheke-gesundheit/Reise_und_Urlaubsapotheke/Herpes_und_Pilzinfektion/Lippenherpes/2688032-detail.html"
	imagelinks[8]="/apotheke-gesundheit/suche_etwas_gegen/Halsschmerzen/3615767-detail.html"
	imagelinks[9]="/apotheke-gesundheit/suche_etwas_zum_Thema/Gelenkaufbau/3179631-detail.html"
	imagelinks[10]="/apotheke-gesundheit/Reise_und_Urlaubsapotheke/Infektionen_und_Grippaler_Infekt/2688033-detail.html"
	imagelinks[11]="/apotheke-gesundheit/suche_etwas_zum_Thema/Darmreinigung/3458009-detail.html"
	imagelinks[12]="/apotheke-gesundheit/suche_etwas_zum_Thema/Auge/3458050-detail.html"
	
	var ry=Math.floor(Math.random()*myimages.length)
	if (ry==0)
	ry=1
	document.write('<a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'" border=0></a>')
}
//  End -->
//ENDE RANDOM IMAGES***********************************************************


//*******************************************************************************************************
//Social Bookmarking
//*******************************************************************************************************
function showBookTarget(txt)
{ 
	document.getElementById('bookTarget').innerHTML=txt; 
} 
function bookThis(bookTarget) 
{ 
doc=encodeURIComponent(location.href); title=encodeURIComponent(document.title); 
switch(bookTarget) 
	{ 
		case 'delicious': window.open('http://del.icio.us/post?url='+doc+'&title='+sbtitle); 
		break; 
		case'mrwong':window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+doc+'&bm_description='+title); 
		break; 
		case'blinkList':window.open('http://www.blinklist.com/index.php?Action=Blink/addblink.php&Description=&Url='+doc+'&Title='+title); 
		break; 
		case 'yahoo': window.open('http://myweb2.search.yahoo.com/myresults/bookmarklet?u='+doc+'&t='+title); 
		break; 
		case 'yigg': window.open('http://yigg.de/neu?exturl='+doc+'&exttitle='+title); 
		break; 
		case 'furl': window.open('http://www.furl.net/storeIt.jsp?u='+doc+'&t='+title); 
		break; 
		case 'oneview': window.open('http://beta.oneview.de:80/quickadd/neu/addBookmark.jsf?URL='+doc+'&title='+title); 
		break; 
		case 'folkd': window.open('http://www.folkd.com/submit/page/'+doc); 
		break; 
		case 'linkarena': window.open('http://linkarena.com/bookmarks/addlink/?url='+doc+'&title='+title+'&desc=&tags='); 
		break; 
		case 'google': window.open('http://www.google.com/bookmarks/mark?op=add&hl=de&bkmk='+doc+'&title='+title); 
		break; 
		case 'webnews': window.open('http://www.webnews.de/einstellen?url='+doc+'&title='+title); 
		break; 
	} 
}

/****MOVIE BEREICH********/



/*----------------------------------------------------------+
 | initChecklist: Add :hover functionality on labels for IE |
 +----------------------------------------------------------*/
function initChecklist() {
	if (document.all && document.getElementById) {
		// Get all unordered lists
		var lists = document.getElementsByTagName("ul");
		
		for (i = 0; i < lists.length; i++) {
			var theList = lists[i];
			
			// Only work with those having the class "checklist"
			if (theList.className.indexOf("checklist") > -1) {
				var labels = theList.getElementsByTagName("label");
				
				// Assign event handlers to labels within
				for (var j = 0; j < labels.length; j++) {
					var theLabel = labels[j];
					theLabel.onmouseover = function() { this.className += " hover"; };
					theLabel.onmouseout = function() { this.className = this.className.replace(" hover", ""); };
				}
			}
		}
	}
}
/*JQUERY*/
  

$(document).ready(function(){
	
	$(".ATTRIBUT_Seite_Detail #Kontent .accordion h2:first").addClass("active");
	$(".ATTRIBUT_Seite_Detail #Kontent .accordion div:not(:first)").hide();

	
    $(".ATTRIBUT_Seite_Detail #Kontent .accordion h2").click(function(){
		
		$(this).next("div").slideToggle("slow").siblings("div:visible").slideUp("slow");
		$(this).toggleClass("active");
		$(this).siblings("h2").removeClass("active");
	});

});	


