$(document).ready(function(){
	$("#swPageCol").append("<div id=\"topContainer\"></div>");
	$("#topContainer").load("/sw/frontend/showslim.asp?parent=188743&layout=2", function(){
		$("#topContainer .link a:first").css("background", "none");
	});

// Aabner profil fanen
	if (location.href.indexOf('parent=188728')>0) 
	{
		setTimeout('swMenuShowSub($("div[@ParentId*=188728]").attr("id"));',200);
	}                           

// Aabner produkt fanen
	if (location.href.indexOf('parent=188729')>0) 
	{
		setTimeout('swMenuShowSub($("div[@ParentId*=188729]").attr("id"));',200);
	}  
	
// Aabner nyhedsbrev fanen
	if (location.href.indexOf('parent=188730')>0) 
	{
		setTimeout('swMenuShowSub($("div[@ParentId*=188730]").attr("id"));',200);
	}
	                     
// Aabner webshop fanen
	if (location.href.indexOf('parent=188732')>0) 
	{
		setTimeout('swMenuShowSub($("div[@ParentId*=188732]").attr("id"));',200);
	}
	
// Aabner kontakt fanen
	if (location.href.indexOf('parent=188731')>0) 
	{
		setTimeout('swMenuShowSub($("div[@ParentId*=188731]").attr("id"));',200);
	}
	                            	                            
});
