$(function(){
	var path = '/';
	var hostname = window.location.hostname;
	if(hostname.match(/\.sonypictures\.com$/i)){
		path = '/tv/shows/dawson/';
	}

	$('<div id="header-container"></div><div id="nav-container"></div>').prependTo('body');
	$('#header-container').load('http://'+hostname+path+'header.php #sonymakebelievebanner,#sony-wide-nav-container,#sony-slim-nav-container,#navcontainer',{},function(){
		var navcontainer = $('#navcontainer');
		navcontainer.prepend('<a id="logo" href="http://www.dawsonscreek.com" title="Dawson\'s Creek">Dawson\'s Creek</a>');
		navcontainer.find('a').each(function(){
			var href=$(this).attr('href');
			$(this).attr('href',href.replace(/(www\.)?dawsonscreek\.com(\/)?/i,hostname+path));
		});

		$('#sony-spad').prepend('<iframe scrolling="no" frameborder="0" width="728" height="90" title="Sony Pictures Ads" src="../header_ad.html"><p>Your browser does not support iframes.</p></iframe>');
/*
		$.ajax({
			url: 'http://'+hostname+path+'scripts/ads.js.php',
			dataType: 'script',
			complete: function(xhr, text){
				console.log(xhr);
				console.log(text);
			}
		});
*/
	});

	$(document.createElement('p')).attr({'id':'copyright'}).html('&copy; 1998-2003 Columbia TriStar Television, Inc. All Rights Reserved. | &copy; 1998 Global Entertainment Productions<br />GmbH &amp; Co. Medien KG and SPE German Finance Co. Inc.  All Rights Reserved.').appendTo('body');
	
	$('<div id="footer"></div>').appendTo('body');
	
	$('#footer').load('http://'+hostname+path+'header.php #footerintl, #footerinfo, #footerlegal');

	var flashvars = {};
	var params = {
		base:'media/',
		allowScriptAccess:'always'
	};
	var attributes = {};
	
	//swfobject.embedSWF("http://"+hostname+"/tv/shows/dawson/nav.swf", "nav-container", "700", "62", "9.0.115","", flashvars, params, attributes);
});
