/* SiteCatalyst code version: H.14. Copyright Omniture, Inc. More info available at http://www.omniture.com */
/* Author: Neil Evans */
/************************** CONFIG SECTION ****************************************/
/* Specify the Report Suite(s) */
var s_account="sunblogs2dev";
var sun_dynamicAccountSelection=true;
var sun_dynamicAccountList="sunglobal,sunblogs3=blogs.sun.com;sunblogs2dev=.";	
/* Specify the Report Suite ID */
var s_siteid="blogs:";
/* Settings for pageName */
// strip '/roller/page' out of the page name
// append '/' to directory names if needed
if (typeof s_pageName==undefined && s_pageType=="") {
var s_pageName=window.top.location.pathname.toLowerCase();
var s_unwantedPrefix = '/roller/page';
if (s_pageName.indexOf(s_unwantedPrefix)==0) {
    s_pageName = s_pageName.substring(s_unwantedPrefix.length);
    if (s_pageName.charAt(s_pageName.length-1)!='/') {
        var s_last = s_pageName;
        while (s_last.indexOf('/')!=-1) {
            s_last = s_last.substring(s_last.indexOf('/')+1);
        }
        if (s_last.indexOf('.')==-1) {
            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_group1.js"; }
		else { var fullURL= "http://www-cdn.sun.com/share/metrics/metrics_group1.js"; }
document.write("<sc" + "ript type=\"text/javascript\" src=\""+fullURL+"\"></sc" + "ript>");
/************************** END CONFIG SECTION **************************************/
function s_resetstandard(s) {
	if (typeof s_pageType=='undefined' || s_pageType=='') {
	s_prop31=s_pageName;
	s_pageName=s_channel+" (site section)";
	}
}