/* [nodename, id, name, navigationtext, href, isnavigation, childs[], templatename] */

if (typeof(decodeURIComponent) == 'undefined') {
  decodeURIComponent = function(s) {
    return unescape(s);
  }
}

function jdecode(s) {
    s = s.replace(/\+/g, "%20")
    return decodeURIComponent(s);
}

var POS_NODENAME=0;
var POS_ID=1;
var POS_NAME=2;
var POS_NAVIGATIONTEXT=3;
var POS_HREF=4;
var POS_ISNAVIGATION=5;
var POS_CHILDS=6;
var POS_TEMPLATENAME=7;
var theSitetree=[ 
	['PAGE','13756',jdecode('Home'),jdecode(''),'/13756.html','true',[],''],
	['PAGE','24401',jdecode('Bild+des+Monats'),jdecode(''),'/24401.html','true',[],''],
	['PAGE','22416',jdecode('Diego'),jdecode(''),'/22416.html','true',[],''],
	['PAGE','35301',jdecode('Karlchen'),jdecode(''),'/35301.html','true',[],''],
	['PAGE','48001',jdecode('Motte'),jdecode(''),'/48001.html','true',[],''],
	['PAGE','51701',jdecode('Rosie'),jdecode(''),'/51701.html','true',[],''],
	['PAGE','62201',jdecode('Lily'),jdecode(''),'/62201.html','true',[],''],
	['PAGE','62222',jdecode('Fidel'),jdecode(''),'/62222.html','true',[],''],
	['PAGE','38101',jdecode('Regenbogenland'),jdecode(''),'/38101/home.html','true',[ 
		['PAGE','25501',jdecode('Frosch+R.I.P.'),jdecode(''),'/38101/25501.html','true',[],''],
		['PAGE','22401',jdecode('Grauer+R.I.P.'),jdecode(''),'/38101/22401.html','true',[],''],
		['PAGE','22406',jdecode('Jacky+R.I.P.'),jdecode(''),'/38101/22406.html','true',[],''],
		['PAGE','22201',jdecode('Fr.+Zombie+R.I.P.'),jdecode(''),'/38101/22201.html','true',[],''],
		['PAGE','29201',jdecode('Carla+R.I.P.'),jdecode(''),'/38101/29201.html','true',[],''],
		['PAGE','60101',jdecode('Fritzchen+R.I.P.'),jdecode(''),'/38101/60101.html','true',[],''],
		['PAGE','22411',jdecode('Kr%C3%BCmel+R.I.P.'),jdecode(''),'/38101/22411.html','true',[],''],
		['PAGE','43501',jdecode('Willi+R.I.P.'),jdecode(''),'/38101/43501.html','true',[],''],
		['PAGE','40801',jdecode('M%C3%A4xchen+R.I.P.'),jdecode(''),'/38101/40801.html','true',[],''],
		['PAGE','60501',jdecode('Fl%C3%B6ckchen+R.I.P.'),jdecode(''),'/38101/60501.html','true',[],'']
	],''],
	['PAGE','42301',jdecode('Australier'),jdecode(''),'/42301.html','true',[],''],
	['PAGE','14901',jdecode('Die+Vogelkloreiniger'),jdecode(''),'/14901.html','true',[],''],
	['PAGE','33001',jdecode('Die+Borkum-Wellis'),jdecode(''),'/33001.html','true',[],''],
	['PAGE','17202',jdecode('Bildergallerie'),jdecode(''),'/17202.html','true',[],''],
	['PAGE','13772',jdecode('Australiens+Tierwelt'),jdecode(''),'/13772.html','true',[],''],
	['PAGE','29901',jdecode('Tierwelten'),jdecode(''),'/29901.html','true',[],''],
	['PAGE','23601',jdecode('Auslandserlebnisse'),jdecode(''),'/23601.html','true',[],''],
	['PAGE','15202',jdecode('G%C3%A4stebuch'),jdecode(''),'/15202/home.html','true',[ 
		['PAGE','15203',jdecode('Eintr%C3%A4ge'),jdecode(''),'/15202/15203.html','true',[],'']
	],''],
	['PAGE','15604',jdecode('E-Mail'),jdecode(''),'/15604/home.html','true',[ 
		['PAGE','15702',jdecode('E-Mail+%28Folgeseite%29'),jdecode(''),'/15604/15702.html','false',[],'']
	],''],
	['PAGE','17701',jdecode('Links'),jdecode(''),'/17701.html','true',[],''],
	['PAGE','26201',jdecode('English+Page'),jdecode(''),'/26201/home.html','true',[ 
		['PAGE','27143',jdecode('Crumbs'),jdecode(''),'/26201/27143.html','true',[],''],
		['PAGE','27164',jdecode('Diego'),jdecode(''),'/26201/27164.html','true',[],''],
		['PAGE','36001',jdecode('Karlchen'),jdecode(''),'/26201/36001.html','true',[],''],
		['PAGE','49401',jdecode('Willi'),jdecode(''),'/26201/49401.html','true',[],''],
		['PAGE','48601',jdecode('Moth'),jdecode(''),'/26201/48601.html','true',[],''],
		['PAGE','57201',jdecode('Max'),jdecode(''),'/26201/57201.html','true',[],''],
		['PAGE','57222',jdecode('Rosie'),jdecode(''),'/26201/57222.html','true',[],''],
		['PAGE','57243',jdecode('Fritzchen'),jdecode(''),'/26201/57243.html','true',[],''],
		['PAGE','27185',jdecode('Frog+R.I.P.'),jdecode(''),'/26201/27185.html','true',[],''],
		['PAGE','30301',jdecode('Carla+R.I.P.'),jdecode(''),'/26201/30301.html','true',[],''],
		['PAGE','27101',jdecode('Grey+One+R.I.P.'),jdecode(''),'/26201/27101.html','true',[],''],
		['PAGE','27122',jdecode('Jacky+R.I.P.'),jdecode(''),'/26201/27122.html','true',[],''],
		['PAGE','28501',jdecode('Mrs.Zombie+R.I.P.'),jdecode(''),'/26201/28501.html','true',[],''],
		['PAGE','28701',jdecode('Budgie-Toilet-Cleaners'),jdecode(''),'/26201/28701.html','true',[],'']
	],''],
	['PAGE','38701',jdecode('Impressum'),jdecode(''),'/38701.html','true',[],'']];
var siteelementCount=47;
theSitetree.topTemplateName='Profile';
theSitetree.paletteFamily='990000';
theSitetree.keyvisualId='1280';
theSitetree.keyvisualName='feder.jpg';
theSitetree.fontsetId='190';
theSitetree.graphicsetId='232';
theSitetree.contentColor='000066';
theSitetree.contentBGColor='FFFFFF';
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'Profile',
				paletteFamily: 	'990000',
				keyvisualId: 	'1280',
				keyvisualName: 	'feder.jpg',
				fontsetId: 		'190',
				graphicsetId: 	'232',
				contentColor: 	'000066',
				contentBGColor: 'FFFFFF',
				a_color: 		'990000',
				b_color: 		'333333',
				c_color: 		'000000',
				d_color: 		'FFFFFF',
				e_color: 		'FFFFFF',
				f_color: 		'FFFFFF',
				hasCustomLogo: 	'true',
				contentFontFace:'Verdana, Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['1002']=webappMappings['1002-15202atoix0ineu7k']={
webappId:    '1002',
documentId:  '15202',
internalId:  '15202atoix0ineu7k',
customField: 'action=form&icq=false'
};
webappMappings['1002']=webappMappings['1002-15202atoix0ineu7k']={
webappId:    '1002',
documentId:  '15203',
internalId:  '15202atoix0ineu7k',
customField: 'action=list'
};
webappMappings['1001']=webappMappings['1001-atoix0ineu7k102decc0281']={
webappId:    '1001',
documentId:  '15604',
internalId:  'atoix0ineu7k102decc0281',
customField: ''
};
webappMappings['1001']=webappMappings['1001-atoix0ineu7k102decc0281']={
webappId:    '1001',
documentId:  '15702',
internalId:  'atoix0ineu7k102decc0281',
customField: 'followUp'
};
webappMappings['1007']=webappMappings['1007-102ef5dc40f']={
webappId:    '1007',
documentId:  '17202',
internalId:  '102ef5dc40f',
customField: 'g.10bnlmmta.38lrt1slog.3o'
};
webappMappings['1501']=webappMappings['1501-11945698']={
webappId:    '1501',
documentId:  '13756',
internalId:  '11945698',
customField: '1501'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '13756',
internalId:  '',
customField: '20100321-125532'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '24401',
internalId:  '',
customField: '20100313-181738'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '48601',
internalId:  '',
customField: '20090601-185231'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '48001',
internalId:  '',
customField: '20090531-131254'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '26201',
internalId:  '',
customField: '20090601-191006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '38701',
internalId:  '',
customField: '20080420-131749'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '22401',
internalId:  '',
customField: '20070124-121005'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '22411',
internalId:  '',
customField: '20100115-203612'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '22416',
internalId:  '',
customField: '20090531-130916'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '25501',
internalId:  '',
customField: '20080415-172003'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '29201',
internalId:  '',
customField: '20080106-163709'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '35301',
internalId:  '',
customField: '20090531-131015'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '60101',
internalId:  '',
customField: '20100313-184100'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '38101',
internalId:  '',
customField: '20080420-110607'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '22406',
internalId:  '',
customField: '20070124-122012'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '22201',
internalId:  '',
customField: '20050809-172706'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '14901',
internalId:  '',
customField: '20050329-192615'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '33001',
internalId:  '',
customField: '20060104-190252'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '17202',
internalId:  '',
customField: '20050329-194101'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '13772',
internalId:  '',
customField: '20051101-103335'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '29901',
internalId:  '',
customField: '20051120-155048'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '23601',
internalId:  '',
customField: '20050624-193006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '15202',
internalId:  '',
customField: '20050325-110008'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '15203',
internalId:  '',
customField: '20050325-110008'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '15604',
internalId:  '',
customField: '20050326-132437'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '15702',
internalId:  '',
customField: '20050326-131754'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '17701',
internalId:  '',
customField: '20081217-094529'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '27101',
internalId:  '',
customField: '20070124-121531'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '27143',
internalId:  '',
customField: '20090601-185105'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '27164',
internalId:  '',
customField: '20090601-184835'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '27185',
internalId:  '',
customField: '20090601-185656'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '30301',
internalId:  '',
customField: '20080106-164234'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '36001',
internalId:  '',
customField: '20090601-184915'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '27122',
internalId:  '',
customField: '20060822-102913'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '28501',
internalId:  '',
customField: '20090601-185842'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '28701',
internalId:  '',
customField: '20090601-185825'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '40801',
internalId:  '',
customField: '20100115-203119'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '42301',
internalId:  '',
customField: '20070225-230109'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '43501',
internalId:  '',
customField: '20100115-203057'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '49401',
internalId:  '',
customField: '20090601-185524'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '57201',
internalId:  '',
customField: '20090601-185243'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '51701',
internalId:  '',
customField: '20090531-131332'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '62201',
internalId:  '',
customField: '20100321-130831'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '57222',
internalId:  '',
customField: '20090601-185318'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '57243',
internalId:  '',
customField: '20090601-185355'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '60501',
internalId:  '',
customField: '20090704-100335'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '62222',
internalId:  '',
customField: '20100321-125333'
};
var canonHostname = 'cfawrk05.aul.t-online.de';
var accountId     = 'ATOIX0INEU7K';
var companyName   = 'Schnuffies-Online';
var htmlTitle	  = '';
var metaKeywords  = '';
var metaContents  = '';
					                                                                    
theSitetree.getById = function(id, ar) {												
							if (typeof(ar) == 'undefined')                              
								ar = this;                                              
							for (var i=0; i < ar.length; i++) {                         
								if (ar[i][POS_ID] == id)                                
									return ar[i];                                       
								if (ar[i][POS_CHILDS].length > 0) {                     
									var result=this.getById(id, ar[i][POS_CHILDS]);     
									if (result != null)                                 
										return result;                                  
								}									                    
							}                                                           
							return null;                                                
					  };                                                                
					                                                                    
theSitetree.getParentById = function(id, ar) {                                        
						if (typeof(ar) == 'undefined')                              	
							ar = this;                                             		
						for (var i=0; i < ar.length; i++) {                        		
							for (var j = 0; j < ar[i][POS_CHILDS].length; j++) {   		
								if (ar[i][POS_CHILDS][j][POS_ID] == id) {          		
									// child found                                 		
									return ar[i];                                  		
								}                                                  		
								var result=this.getParentById(id, ar[i][POS_CHILDS]);   
								if (result != null)                                 	
									return result;                                  	
							}                                                       	
						}                                                           	
						return null;                                                	
					 }								                                    
					                                                                    
theSitetree.getName = function(id) {                                                  
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_NAME];                                      
						return null;	                                                
					  };			                                                    
theSitetree.getNavigationText = function(id) {                                        
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_NAVIGATIONTEXT];                            
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getHREF = function(id) {                                                  
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_HREF];                                      
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getIsNavigation = function(id) {                                          
						var elem = this.getById(id);                                    
						if (elem != null)                                               
							return elem[POS_ISNAVIGATION];                              
						return null;	                                                
					  };			                                                    
					                                                                    
theSitetree.getTemplateName = function(id, lastTemplateName, ar) {             		
	                                                                                 
	if (typeof(lastTemplateName) == 'undefined')                                     
		lastTemplateName = this.topTemplateName;	                                 
	if (typeof(ar) == 'undefined')                                                   
		ar = this;                                                                   
		                                                                             
	for (var i=0; i < ar.length; i++) {                                              
		var actTemplateName = ar[i][POS_TEMPLATENAME];                               
		                                                                             
		if (actTemplateName == '')                                                   
			actTemplateName = lastTemplateName;		                                 
		                                                                             
		if (ar[i][POS_ID] == id) {                                			         
			return actTemplateName;                                                  
		}	                                                                         
		                                                                             
		if (ar[i][POS_CHILDS].length > 0) {                                          
			var result=this.getTemplateName(id, actTemplateName, ar[i][POS_CHILDS]); 
			if (result != null)                                                      
				return result;                                                       
		}									                                         
	}                                                                                
	return null;                                                                     
	};                                                                               
theSitetree.getByXx = function(lookup, xx, ar) {									 
    if (typeof(ar) == 'undefined')												 
    	ar = this;																	 
    for (var i=0; i < ar.length; i++) {										     
        if (ar[i][xx] == lookup)													 
        	return ar[i];															 
        if (ar[i][POS_CHILDS].length > 0) {										 
        	var result=this.getByXx(lookup, xx, ar[i][POS_CHILDS]);					 
            if (result != null)													 
                return result;													 
        }																			 
    }																				 
    return null;																	 
};																				 
function gotoPage(lookup) {														 
    var page = theSitetree.getHREF(lookup);										 
    if (!page) {																	 
  		var testFor = [ POS_NAME, POS_NAVIGATIONTEXT ];							 
            for (var i=0 ; i < testFor.length ; i++) {							 
                    var p = theSitetree.getByXx(lookup, testFor[i]);				 
                    if (p != null) {												 
                            page = p[POS_HREF];									 
                            break;												 
                    }																 
            }																		 
    }																				 
 document.location.href = (new URL(__path_prefix__ + page, true, true)).toString();
}
/* EOF */					                                                            
