<!--

/* SiteID.js */
var _siteID = "INVALID";

var SITEID_AU_Disney_Home=165597;			// http://www.disney.com.au/
var SITEID_AU_Disney_Adventures=165591;		// http://www.disney.com.au/disneyadventures/
var SITEID_AU_Disney_Channel=165593;		// http://www.disney.com.au/DisneyChannel/
var SITEID_AU_Disney_PlayHouse=165606;		// http://www.disney.com.au/DisneyChannel/playhouse/index.html
var SITEID_AU_Disney_Girls=165596;			// http://www.disney.com.au/disneygirl/
var SITEID_AU_Disney_DCards=165604;			// http://www.disney.com.au/disneyonline/dcard/
var SITEID_AU_Disney_Mobile=165598;			// http://www.disney.com.au/mobile/
var SITEID_AU_Disney_BlueRay=165592;		// http://www.disneybluray.com.au/
var SITEID_AU_Disney_DVD=165594;			// http://www.disneydvd.com.au/
var SITEID_AU_Disney_Games=165595;			// http://www.gamesdisney.com.au/
var SITEID_AU_Disney_Music=165601;			// http://www.music.disney.com.au/
var SITEID_AU_Disney_Travel=165603;			// http://disneyland.disney.go.com/disneyland/en_AU/home/home?name=HomePage&bhcp=1
var SITEID_AU_Disney_Registration=165605;	// http://registration.disney.com.au/homepage.htm?site_code=AU.EN.DIS#

if (location.hostname == "registration.disney.com.au") {
	_siteID = SITEID_AU_Disney_Registration;
} else if (location.hostname == "disneyland.disney.go.com") {
	_siteID = SITEID_AU_Disney_Travel;
} else if (location.hostname == "www.music.disney.com.au") {
	_siteID = SITEID_AU_Disney_Music;
} else if (location.hostname == "www.gamesdisney.com.au") {
	_siteID = SITEID_AU_Disney_Games;
} else if (location.hostname == "www.disneydvd.com.au") {
	_siteID = SITEID_AU_Disney_DVD;
} else if (location.hostname == "www.disneybluray.com.au") {
	_siteID = SITEID_AU_Disney_BlueRay;
} else if (location.pathname.indexOf("/mobile/") == 0) {
	_siteID = SITEID_AU_Disney_Mobile;
} else if (location.pathname.indexOf("/disneyonline/dcard/") == 0) {
	_siteID = SITEID_AU_Disney_DCards;
} else if (location.pathname.indexOf("/disneygirl/") == 0) {
	_siteID = SITEID_AU_Disney_Girls;
} else if (location.pathname.indexOf("/DisneyChannel/playhouse/") == 0) {
	_siteID = SITEID_AU_Disney_PlayHouse;
} else if (location.pathname.indexOf("/DisneyChannel/") == 0) {
	_siteID = SITEID_AU_Disney_Channel;
} else if (location.pathname.indexOf("/disneyadventures/") == 0) {
	_siteID = SITEID_AU_Disney_Adventures;
} else {
	_siteID = SITEID_AU_Disney_Home;
}
/* End SiteID.js */

var _random = Math.round(Math.random()*100000);
var _gender = "0";
var _yob = "1975";
var _redirect = "";
var _adStr = "";

_adStr += "http://ad.yieldmanager.com/st?ad_type=ad&ad_size=120x600";
_adStr += "&site=" + _siteID;
_adStr += "&cb=" + _random;
_adStr += "&ycg=" + _gender;
_adStr += "&yyob=" + _yob;
if (_redirect.length > 0)
	_adStr += "&pub_redirect_unencoded=1&pub_redirect=" + _redirect;

document.write('<SCR'+'IPT SRC="'+_adStr+'"></SCR'+'IPT>');

//-->