/* SiteCatalyst code version: H.14. Copyright Omniture, Inc. More info available at http://www.omniture.com */
/* Owner: Neil Evans */
/************************** CONFIG SECTION ****************************************/
/* Specify the Report Suite(s) */
var s_account="devsuncomww";
var sun_dynamicAccountSelection=true;
var sun_dynamicAccountList="sunglobal,suncom-vn=vn.sun.com;sunglobal,suncom-au=au.sun.com;sunglobal,suncom-cn=cn.sun.com;sunglobal,suncom-hk=hk.sun.com;sunglobal,suncom-in=in.sun.com;sunglobal,suncom-id=id.sun.com;sunglobal,suncom-jp=jp.sun.com;sunglobal,suncom-jp=ma.sun.co.jp;sunglobal,suncom-kr=kr.sun.com;sunglobal,suncom-my=malaysia.sun.com;sunglobal,suncom-nz=nz.sun.com;sunglobal,suncom-ph=ph.sun.com;sunglobal,suncom-sg=sg.sun.com;sunglobal,suncom-tw=tw.sun.com;sunglobal,suncom-th=th.sun.com;devsuncomww=.";
/* Specify the Report Suite ID */
if(window.location.hostname == "au.sun.com") {var s_siteid="suncom-au:";}
if(window.location.hostname == "cn.sun.com") {var s_siteid="suncom-cn:";}
if(window.location.hostname == "hk.sun.com") {var s_siteid="suncom-hk:";}
if(window.location.hostname == "in.sun.com") {var s_siteid="suncom-in:";}
if(window.location.hostname == "id.sun.com") {var s_siteid="suncom-id:";}
if(window.location.hostname == "jp.sun.com") {var s_siteid="suncom-jp:";}
if(window.location.hostname == "ma.sun.co.jp") {var s_siteid="suncom-jp:";}
if(window.location.hostname == "kr.sun.com") {var s_siteid="suncom-kr:";}
if(window.location.hostname == "malaysia.sun.com") {var s_siteid="suncom-my:";}
if(window.location.hostname == "nz.sun.com") {var s_siteid="suncom-nz:";}
if(window.location.hostname == "ph.sun.com") {var s_siteid="suncom-ph:";}
if(window.location.hostname == "sg.sun.com") {var s_siteid="suncom-sg:";}
if(window.location.hostname == "tw.sun.com") {var s_siteid="suncom-tw:";}
if(window.location.hostname == "th.sun.com") {var s_siteid="suncom-th:";}
if(window.location.hostname == "vn.sun.com") {var s_siteid="suncom-vn:";}
if(typeof s_siteid=='undefined') {var s_siteid="suncom-error:";}
/* Site Settings */
if (typeof s_pageName=='undefined') { var s_pageName=""; }
if (typeof s_pageType=='undefined') { var s_pageType=""; }
if(s_pageType==""){
	if(s_pageName==""){
		try{
		  s_pageName=window.top.location.pathname.toLowerCase();
	  }catch(err){
		  s_pageName=window.location.pathname.toLowerCase();
	  }
	}
}
/* Remove any variation of index.xxx  */
var s_iNames = ["index.html","index.jsp","index.htm","index.shtml","index.xml","index.jhtml","index.jshtml","index.jspa","index.php"];
for (var a=0; a<s_iNames.length; a++) {
   var s_iName = "/"+s_iNames[a];
   if (s_pageName.indexOf(s_iName) > -1 && s_pageName.indexOf(s_iName) == s_pageName.length - s_iName.length) {
       s_pageName = s_pageName.substring(0, s_pageName.length - s_iNames[a].length);
   }
}
var s_prop10=s_siteid+s_pageName;
/* Remote Omniture JS call  */
var sun_ssl=(window.location.protocol.toLowerCase().indexOf("https")!=-1);
	if(sun_ssl == true) { var fullURL = "https://www.sun.com/share/metrics/metrics_group2.js"; }
		else { var fullURL= "http://www-cdn.sun.com/share/metrics/metrics_group2.js"; }
document.write("<sc" + "ript type=\"text/javascript\" src=\""+fullURL+"\"></sc" + "ript>"); 
/************************** END CONFIG SECTION **************************************/