    var AjaxPageContent = new HttpClient();
    AjaxPageContent.isAsync = true;
    AjaxPageContent.callback = function(result) { 
	                                     document.getElementById('AjaxPageContent').innerHTML = result;
										
	                                   }
    function replaceAjaxPageContent(page) {
	                               AjaxPageContent.makeRequest(page,null);
                                   }

    var maincontent = new HttpClient();
    maincontent.isAsync = true;
    maincontent.callback = function(result) { 
	                                     document.getElementById('centerContent').innerHTML = result;
										
                                       }
    function replaceContent(page) {
	                               maincontent.makeRequest(page,null);
                                   }
	
	var bodycontent = new HttpClient();
    bodycontent.isAsync = true;
    bodycontent.callback = function(result) { 
	                                     document.getElementById('bodyContent').innerHTML = result;
										
                                       }
    function replacebodyContent(page) {
	                               bodycontent.makeRequest(page,null);
                                   }
	
	var visitscontent = new HttpClient();
    visitscontent.isAsync = true;
    visitscontent.callback = function(result) { 
	                                     document.getElementById('visitsContent').innerHTML = result;
										
                                       }
    function replacevisitsContent(page) {
	                               visitscontent.makeRequest(page,null);
                                   }							   
	
	
	
	var listarchiveslinks = new HttpClient();
    listarchiveslinks.isAsync = true;
    listarchiveslinks.callback = function(result) { 
	                                     document.getElementById('ListArchivesLinks').innerHTML = result;
							                }
    function replaceListArchivesLinksContent(page) {
	                               listarchiveslinks.makeRequest(page,null);
                                   }
	
	
	
	var pagealbumcontent = new HttpClient();
	pagealbumcontent.isAsync = true;
    pagealbumcontent.callback = function(result) { 
	                                     document.getElementById('albumContent').innerHTML = result;
				$jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition'   	: 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
										
                                       }
    function replaceAlbumContent(page) {
	                               pagealbumcontent.makeRequest(page,null);
                                   }
								   
	var pagealbumcontent0 = new HttpClient();
	pagealbumcontent0.isAsync = true;
    pagealbumcontent0.callback = function(result) { 
	                                     document.getElementById('albumContent0').innerHTML = result;
										$jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	: 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	: 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
                                       }
    function replaceAlbumContent0(page) {
	                               pagealbumcontent0.makeRequest(page,null);
                                   }									   
    
	
	var pagealbumcontent1 = new HttpClient();
	pagealbumcontent1.isAsync = true;
    pagealbumcontent1.callback = function(result) { 
	                                     document.getElementById('albumContent1').innerHTML = result;
										$jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	: 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	: 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
                                       }
    function replaceAlbumContent1(page) {
	                               pagealbumcontent1.makeRequest(page,null);
                                   }								   
								   
								   
	var searchcontent = new HttpClient();
    searchcontent.isAsync = true;
    searchcontent.callback = function(result) { 
	                                     document.getElementById('SearchContent').innerHTML = result;
										 
                                       }
    function replaceSearchContent(page) {
	                                searchcontent.makeRequest(page,null);
                                   }							   							   
	
	var commentcontent = new HttpClient();
    commentcontent.isAsync = true;
    commentcontent.callback = function(result) { 
	                                     document.getElementById('comment_Content').innerHTML = result;
	$jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
                                       }
    function replaceCommentContent(page) {
	                               commentcontent.makeRequest(page,null);
                                   }							   

    var pageRightCentercontent = new HttpClient();
    pageRightCentercontent.isAsync = true;
    pageRightCentercontent.callback = function(result) { 
	                                     document.getElementById('pageRightCenter').innerHTML = result;
										 }
    function replacepageRightCenter(page) {
	                               pageRightCentercontent.makeRequest(page,null);
                                   }
								   
    var pageCenterMainContent40 = new HttpClient();
    pageCenterMainContent40.isAsync = true;
    pageCenterMainContent40.callback = function(result) { 
	                                     document.getElementById('pageCenterMainContent40').innerHTML = result;
										 $jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
									     }
    function replacepageCenterMainContent40(page) {
	                               pageCenterMainContent40.makeRequest(page,null);
                                   }									   	

   
    var pageImageSet01 = new HttpClient();
    pageImageSet01.isAsync = true;
    pageImageSet01.callback = function(result) { 
	                                     document.getElementById('pageImageSet01').innerHTML = result;
										 $jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
									     }
    function replacepageImageSet01(page) {
	                               pageImageSet01.makeRequest(page,null);
                                   }												   
								   
								   
								   
 var pageCenterMainContent42 = new HttpClient();
    pageCenterMainContent42.isAsync = true;
    pageCenterMainContent42.callback = function(result) { 
	                                     document.getElementById('pageCenterMainContent42').innerHTML = result;
										 $jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
									     }
    function replacepageCenterMainContent42(page) {
	                               pageCenterMainContent42.makeRequest(page,null);
                                   }									   	
							   
	var pageRightMainContent = new HttpClient();
    pageRightMainContent.isAsync = true;
    pageRightMainContent.callback = function(result) { 
	                                     document.getElementById('pageRightMainContent').innerHTML = result;
										  }
    function replacepageRightMainContent(page) {
	                               pageRightMainContent.makeRequest(page,null);
                                   }

	var pageImageSet = new HttpClient();
    pageImageSet.isAsync = true;
    pageImageSet.callback = function(result) { 
	                                     document.getElementById('imageset').innerHTML = result;
            $jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});										 
										 
										 
										  }
    function replaceImageSet(page) {
	                               pageImageSet.makeRequest(page,null);
                                   }

	var pageRightCenterMainContent = new HttpClient();
    pageRightCenterMainContent.isAsync = true;
    pageRightCenterMainContent.callback = function(result) { 
	                                     document.getElementById('pageRightCenterMainContent').innerHTML = result;
										 }
    function replacepageRightCenterMainContent(page) {
	                               pageRightCenterMainContent.makeRequest(page,null);
                                   }
	
	
	var musicbox = new HttpClient();
    musicbox.isAsync = true;
    musicbox.callback = function(result) { 
	                                     document.getElementById('musicAlbum').innerHTML = result;
									     }
    function replaceMusicAlbum(page) {
	                               musicbox.makeRequest(page,null);
                                   }   

var musicboxtitle = new HttpClient();
    musicboxtitle.isAsync = true;
    musicboxtitle.callback = function(result) { 
	                                     document.getElementById('musicAlbumTitle').innerHTML = result;
							                }
    function replacemusicAlbumTitle(page) {
	                               musicboxtitle.makeRequest(page,null);
                                   }

var thisFrontsplash = 0;
function rotate() {
	thisFrontsplash++;
	if (thisFrontsplash == frontsplashImages.length) {
		thisFrontsplash = 0;
	}
document.getElementById("frontsplashBanner").src = frontsplashImages[thisFrontsplash];	
setTimeout(rotate, 5 * 1000);
}

var thisTopBanner = 0;
function rotatetopbanners() {
	thisTopBanner++;
	if (thisTopBanner == topBannerImages.length) {
		thisTopBanner = 0;
	}
document.getElementById("topBanner").src = topBannerImages[thisTopBanner];	
setTimeout(rotatetopbanners, 8 * 1000);
}
 
	
var thisimage = 0;
function rotateimage() {
	thisimage++;
	if (thisimage == rotateImages.length) {
		thisimage = 0;
	}
document.getElementById("rotateImage").src = rotateImages[thisimage];	
setTimeout(rotateimage, 5 * 1000);
}	
	

  var pageCenterMainContent34 = new HttpClient();
    pageCenterMainContent34.isAsync = true;
    pageCenterMainContent34.callback = function(result) { 
	                                     document.getElementById('pageCenterMainContent34').innerHTML = result;
										 $jQ=jQuery.noConflict();
		    $jQ(document).ready(function() {
			   
			    $jQ("a.grouped_elements").fancybox();

			    $jQ("a[rel=page_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    });

                $jQ("a[rel=album_images]").fancybox({
				  'transitionIn'		: 'elastic',
				  'transitionOut'		: 'elastic',
				   'titlePosition' 	    : 'inside',
				   'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return '<span id="fancybox-title-inside">[<font color="#0080FF">' + '<b>Image ' + (currentIndex + 1) + '/' + currentArray.length + '</b></font>] '+title +'</span>';
				   }
			    }); 
				
		});
										 
                                       }
    function replacepageCenterMainContent34(page) {
	                               pageCenterMainContent34.makeRequest(page,null);
                                   }									   

	
