var pgContent = 'index.php?x=dashboard'; var pgTitle = 'HOME'; $.address.change(function(event) { switch (event.path) { case '/about': pgContent = 'about.php'; pgTitle = "SPIELINFOS - HANDLUNG UND FEATURES"; break; case '/partners': pgContent = 'partnerspage.php'; pgTitle = "Partners"; break; case '/gallery/characters': pgContent = 'gallery.php?t=characters'; pgTitle = "SPIELINFOS - CHARAKTERE"; break; case '/gallery/weapons': pgContent = 'gallery.php?t=weapons'; pgTitle = "SPIELINFOS - WAFFEN"; break; case '/gallery/creatures': pgContent = 'gallery.php?t=creatures'; pgTitle = "SPIELINFOS - KREATUREN"; break; case '/gallery/vehicles': pgContent = 'gallery.php?t=vehicles'; pgTitle = "SPIELINFOS - FAHRZEUGE"; break; case '/discuss/facebook': pgContent = 'partner.php?u=http%3A%2F%2Fwww.facebook.com%2Favatargame'; pgTitle = "DISKUSSION - FACEBOOK"; break; case '/discuss/twitter': pgContent = 'http://www.twitter.com/ubisoft'; pgTitle = "DISKUSSION - TWITTER"; break; case '/discuss/flickr': pgContent = 'partner.php?u=http%3A%2F%2Fwww.flickr.com%2Fgroups%2F1177658%40N25%2F'; pgTitle = "DISKUSSION - FLICKR"; break; case '/discuss/forums': pgContent = 'partner.php?u=http%3A%2F%2Fforums-de.ubi.com%2Feve%2Fforums%2Fa%2Ffrm%2Ff%2F5341051867'; pgTitle = "DISKUSSION - FORUMS"; break; case '/discuss/preview': pgContent = 'partner.php?u=http%3A%2F%2Fwww.jeuxvideo.com%2Farticles%2F0001%2F00011099-james-cameron-s-avatar-idef-2009-preview.htm'; pgTitle = "DISKUSSION - PREVIEW"; break; case '/media': pgContent = 'partner.php?u=http%3A%2F%2Fwww.youtube.com%2Fubisoft%23play%2Fuser%2FFEC45CACED869639%2F0%2FfdE8QL_V2nc'; pgTitle = "VIDEOS"; break; case '/movie': pgContent = 'partner.php?u=http%3A%2F%2Fwww.avatarmovie.com'; pgTitle = "FILM"; break; case '/order': pgContent = 'partner.php?u=http%3A%2F%2Favatargame.de.ubi.com%2Forder.php'; pgTitle = ""; break; case '/register': pgContent = 'partner.php?u=https%3A%2F%2Fsecure.ubi.com%2Flogin%2F%3Flang%3DDE%26skin%3Davatar'; pgTitle = "ANMELDEN"; break; case '/devblog': pgContent = 'partner.php?u=http%3A%2F%2Favatargame.de.ubi.com%2Fblog%2F'; pgTitle = "SPIELINFOS - ENTWICKLERTAGEBUCH"; break; case '/discuss/youtube': pgContent = 'partner.php?u=http%3A%2F%2Fwww.youtube.com%2Fubisoft%23play%2Fuser%2FFEC45CACED869639%2F0%2FfdE8QL_V2nc'; pgTitle = "DISKUSSION - YouTube"; break; case '/dlc': pgContent = 'index.php?x=dashboard'; pgTitle = "HOME"; break; case '/dashboard': default: pgContent = 'index.php?x=dashboard'; pgTitle = "HOME"; break; } $('#pagecontent').load(pgContent, {}, function(){setIframeHeight();}); if($.browser.msie) { var ivTitleResetCount = 0; var ivTitle = setInterval(function () { // if (ivTitleResetCount++ >= 12) clearInterval(ivTitle); document.title = 'James Cameron\'s Avatar: Das Spiel'; }, 250) } else { $.address.title('James Cameron\'s Avatar: Das Spiel - ' + pgTitle); } });