<!--

/* 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 += "<SCR"+"IPT SRC=\"";
_adStr += "http://ad.yieldmanager.com/st?ad_type=iframe&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;
//_adStr += "\"></SCR"+"IPT>";

document.write('<table border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td>');
document.write('    <table border="0" cellspacing="0" cellpadding="0">');
document.write('    <tr>');
document.write('         <table width="120" border="0" cellspacing="0" cellpadding="0" height="614" align="center">');
document.write('         <tr>');
document.write('             <td>');
document.write('                 <table width="120" border="0" cellspacing="0" cellpadding="0" height="614" align="center">');
document.write('                 <tr>');
document.write('                     <td width="120" height="14" align="center" valign="middle" bgcolor="0"><a href="http://info.yahoo.com/privacy/au/yahoo/"><img src="/DisneyChannel/navbar.disneyinternational.com/au/images/adtag120.gif" width="120" height="14" alt="Ads by Yahoo!" border="0"></a></td>') ;
document.write('                 </tr>');
document.write('                 <tr>');
document.write('                     <td bgcolor="#000000">');
//document.write("<SCR"+"IPT SRC=\"/DisneyChannel/navbar.disneyinternational.com/au/tdc120x600_header.js\"></SCR"+"IPT>");

document.write("<iframe src=\"" + _adStr + "\" width=\"120\" height=\"600\" scrolling=\"NO\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\"></iframe>");
//document.write(_adStr);

document.write('					  </td>');
document.write('                 </tr>');
document.write('                 </table>');
document.write('             </td>');
document.write('         </tr>');
document.write('         </table>');
document.write('    </tr>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
//document.write("<SCR"+"IPT SRC=\"/DisneyChannel/navbar.disneyinternational.com/au/tdc120x600_footer.js\"></SCR"+"IPT>");

//-->