/* [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','4579',jdecode('Home'),jdecode(''),'/4579.html','true',[],''],
	['PAGE','260877',jdecode('News'),jdecode(''),'/260877.html','true',[],''],
	['PAGE','281177',jdecode('Rassebetreuer+ZP'),jdecode(''),'/281177.html','true',[],''],
	['PAGE','109791',jdecode('Zwergpinscher'),jdecode(''),'/109791/home.html','true',[ 
		['PAGE','9609',jdecode('Carry+v.+Schlumpfenland'),jdecode(''),'/109791/9609.html','true',[],''],
		['PAGE','256377',jdecode('Santa+Maria+v.+Schlumpfenland'),jdecode(''),'/109791/256377.html','true',[],''],
		['PAGE','109810',jdecode('A-Cilene+v.+d.+Rabenmeute'),jdecode(''),'/109791/109810.html','true',[],'']
	],''],
	['PAGE','9528',jdecode('Dt.+Pinscher'),jdecode(''),'/9528/home.html','true',[ 
		['PAGE','114670',jdecode('Cleo+von+der+Jasminbl%C3%BCte'),jdecode(''),'/9528/114670.html','true',[],''],
		['PAGE','114416',jdecode('Eloa+vom+Dume+Klemmer'),jdecode(''),'/9528/114416.html','true',[],''],
		['PAGE','301177',jdecode('Hannah+vom+Dume+Klemmer'),jdecode(''),'/9528/301177.html','true',[],'']
	],''],
	['PAGE','286277',jdecode('In+Memoriam'),jdecode(''),'/286277/home.html','true',[ 
		['PAGE','145077',jdecode('Fiamma+Mia+vom+Dume+Klemmer'),jdecode(''),'/286277/145077.html','true',[],''],
		['PAGE','107207',jdecode('RR-Mix+Mandela'),jdecode(''),'/286277/107207.html','true',[],'']
	],''],
	['PAGE','78133',jdecode('Welpen'),jdecode(''),'/78133/home.html','true',[ 
		['PAGE','317277',jdecode('Wurfplanung+2012'),jdecode(''),'/78133/317277.html','true',[],''],
		['PAGE','240377',jdecode('Welpenvermittlung'),jdecode(''),'/78133/240377.html','true',[],''],
		['PAGE','46237',jdecode('A-Wurf+DP'),jdecode(''),'/78133/46237.html','true',[],''],
		['PAGE','78160',jdecode('B-Wurf+ZP'),jdecode(''),'/78133/78160.html','true',[],''],
		['PAGE','100635',jdecode('C-Wurf+DP%2FD-Wurf+ZP'),jdecode(''),'/78133/100635.html','true',[],''],
		['PAGE','111135',jdecode('E-Wurf+DP'),jdecode(''),'/78133/111135.html','true',[],''],
		['PAGE','126377',jdecode('F-Wurf+ZP'),jdecode(''),'/78133/126377.html','true',[],''],
		['PAGE','162977',jdecode('G-Wurf+ZP'),jdecode(''),'/78133/162977.html','true',[],''],
		['PAGE','285477',jdecode('H-Wurf+DP'),jdecode(''),'/78133/285477.html','true',[],''],
		['PAGE','317377',jdecode('I-Wurf+ZP'),jdecode(''),'/78133/317377.html','false',[],''],
		['PAGE','78187',jdecode('DP+im+neuen+Zuhause'),jdecode(''),'/78133/78187.html','true',[],''],
		['PAGE','96035',jdecode('ZP+im+neuen+Zuhause'),jdecode(''),'/78133/96035.html','true',[],'']
	],''],
	['PAGE','9636',jdecode('Sport'),jdecode(''),'/9636/home.html','true',[ 
		['PAGE','285977',jdecode('Ergebnisse+2011'),jdecode(''),'/9636/285977.html','true',[],''],
		['PAGE','265577',jdecode('Ergebnisse+2010'),jdecode(''),'/9636/265577.html','true',[],''],
		['PAGE','187277',jdecode('Ergebnisse+2009'),jdecode(''),'/9636/187277.html','true',[],''],
		['PAGE','152577',jdecode('Ergebnisse+2008'),jdecode(''),'/9636/152577.html','true',[],''],
		['PAGE','152677',jdecode('Marvin++'),jdecode(''),'/9636/152677.html','true',[],''],
		['PAGE','216077',jdecode('Ausbildung'),jdecode(''),'/9636/216077.html','true',[],'']
	],''],
	['PAGE','264577',jdecode('Ausstellungen+'),jdecode(''),'/264577.html','true',[],''],
	['PAGE','218977',jdecode('Silvana'),jdecode(''),'/218977.html','true',[],''],
	['PAGE','47157',jdecode('Cleo%26%23x27%3Bs+Tagebuch+1+'),jdecode(''),'/47157.html','true',[],''],
	['PAGE','78214',jdecode('Cleo%26%23x27%3Bs+Tagebuch+2'),jdecode(''),'/78214.html','true',[],''],
	['PAGE','78268',jdecode('Biggi%26%23x27%3Bs+Tagebuch'),jdecode(''),'/78268.html','true',[],''],
	['PAGE','16780',jdecode('Bilderbuch'),jdecode(''),'/16780.html','true',[],''],
	['PAGE','78295',jdecode('Links'),jdecode(''),'/78295.html','true',[],''],
	['PAGE','147977',jdecode('Kontakt'),jdecode(''),'/147977.html','true',[],''],
	['PAGE','160577',jdecode('Anfahrt'),jdecode(''),'/160577.html','true',[],''],
	['PAGE','126182',jdecode('G%C3%A4stebuch'),jdecode(''),'/126182/home.html','true',[ 
		['PAGE','126177',jdecode('Eintr%C3%A4ge'),jdecode(''),'/126182/126177.html','true',[],'']
	],'']];
var siteelementCount=45;
theSitetree.topTemplateName='Antique';
theSitetree.paletteFamily='7C8EFE';
theSitetree.keyvisualId='-1';
theSitetree.keyvisualName='keyv.jpg';
theSitetree.fontsetId='11062';
theSitetree.graphicsetId='11838';
theSitetree.contentColor='D1C3A6';
theSitetree.contentBGColor='856A3B';
var theTemplate={
				hasFlashNavigation: 'false',
				hasFlashLogo: 	'false',
				hasFlashCompanyname: 'false',
				hasFlashElements: 'false',
				hasCompanyname: 'false',
				name: 			'Antique',
				paletteFamily: 	'7C8EFE',
				keyvisualId: 	'-1',
				keyvisualName: 	'keyv.jpg',
				fontsetId: 		'11062',
				graphicsetId: 	'11838',
				contentColor: 	'D1C3A6',
				contentBGColor: '856A3B',
				a_color: 		'664F23',
				b_color: 		'000000',
				c_color: 		'000000',
				d_color: 		'000000',
				e_color: 		'000000',
				f_color: 		'000000',
				hasCustomLogo: 	'true',
				contentFontFace:'Arial, Helvetica, sans-serif',
				contentFontSize:'12',
				useFavicon:     'false'
			  };
var webappMappings = {};
webappMappings['1006']=webappMappings['1006-1006']={
webappId:    '1006',
documentId:  '4579',
internalId:  '1006',
customField: '1006'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '109791',
internalId:  '',
customField: '20111227-110135'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '109810',
internalId:  '',
customField: '20091016-162510'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '4579',
internalId:  '',
customField: '20120205-190732'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9609',
internalId:  '',
customField: '20120106-115306'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9528',
internalId:  '',
customField: '20090715-200437'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '107207',
internalId:  '',
customField: '20110513-161035'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '9636',
internalId:  '',
customField: '20081226-191750'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '114416',
internalId:  '',
customField: '20101109-142450'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '78133',
internalId:  '',
customField: '20101117-151822'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '46237',
internalId:  '',
customField: '20081231-153559'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '78160',
internalId:  '',
customField: '20111223-111248'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '100635',
internalId:  '',
customField: '20090106-092745'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '111135',
internalId:  '',
customField: '20090102-101832'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '78187',
internalId:  '',
customField: '20110927-103001'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '96035',
internalId:  '',
customField: '20091011-131636'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '47157',
internalId:  '',
customField: '20050730-092224'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '78214',
internalId:  '',
customField: '20090411-191638'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '78268',
internalId:  '',
customField: '20081101-161121'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '16780',
internalId:  '',
customField: '20110915-173346'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '78295',
internalId:  '',
customField: '20120121-135412'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '187277',
internalId:  '',
customField: '20100222-102235'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '114670',
internalId:  '',
customField: '20110326-180717'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '147977',
internalId:  '',
customField: '20110304-074405'
};
webappMappings['1002']=webappMappings['1002-126182atoix0in3h4l']={
webappId:    '1002',
documentId:  '126182',
internalId:  '126182atoix0in3h4l',
customField: 'action=form&icq=false'
};
webappMappings['1002']=webappMappings['1002-126182atoix0in3h4l']={
webappId:    '1002',
documentId:  '126177',
internalId:  '126182atoix0in3h4l',
customField: 'action=list'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '126182',
internalId:  '',
customField: '20071127-082543'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '126177',
internalId:  '',
customField: '20071127-082543'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '126377',
internalId:  '',
customField: '20081231-181007'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '145077',
internalId:  '',
customField: '20100222-102120'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '152577',
internalId:  '',
customField: '20090119-160320'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '152677',
internalId:  '',
customField: '20091031-173408'
};
webappMappings['1008']=webappMappings['1008-48007760']={
webappId:    '1008',
documentId:  '147977',
internalId:  '48007760',
customField: 'de:DE::;language:de;country:DE;'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '216077',
internalId:  '',
customField: '20110501-162918'
};
webappMappings['2001']=webappMappings['2001-location']={
webappId:    '2001',
documentId:  '160577',
internalId:  'location',
customField: 'language:de;country:DE;isIncluded:false;'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '160577',
internalId:  '',
customField: '20090110-010323'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '265577',
internalId:  '',
customField: '20101012-192043'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '162977',
internalId:  '',
customField: '20090618-191536'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '256377',
internalId:  '',
customField: '20120205-191016'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '218977',
internalId:  '',
customField: '20090901-101538'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '260877',
internalId:  '',
customField: '20120205-190835'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '240377',
internalId:  '',
customField: '20120123-131014'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '281177',
internalId:  '',
customField: '20120119-114711'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '264577',
internalId:  '',
customField: '20120213-121021'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '317277',
internalId:  '',
customField: '20120101-211103'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '285477',
internalId:  '',
customField: '20110716-193320'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '285977',
internalId:  '',
customField: '20111213-133739'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '286277',
internalId:  '',
customField: '20110127-113927'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '317377',
internalId:  '',
customField: '20120106-115624'
};
webappMappings['5000']=webappMappings['5000-']={
webappId:    '5000',
documentId:  '301177',
internalId:  '',
customField: '20120101-210656'
};
var canonHostname = 'c4awrk02.aul.t-online.de';
var accountId     = 'ATOIX0IN3H4L';
var companyName   = 'Pinscher+forever...';
var htmlTitle	  = '';
var metaKeywords  = 'Welpen%2C+Deutsche+Pinscher%2C+Zwergpinscher%2C+Hundesport';
var metaContents  = 'Gelegentlich+Welpen+aus+Hobbyzucht';
					                                                                    
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 */					                                                            

