
var pageTracker=_gat._getTracker("UA-1758556-6");var CMS_EDITOR_SIZE='400px';function body_onload(){setTopNavigationCss();if(navigator.platform=="Win32"&&navigator.appName=="Microsoft Internet Explorer"){fixPngImages();}
if(undefined==window.contentContext)
contentContext=[];inlineEditor=new ContentInlineEditor(new PinkContentCalls(),contentContext);inlineEditor.init();setupPageLogin();logThisPageHit();}
function setTopNavigationCss(){if($('#content #sideNav ul li:first a:first').attr('href')==undefined){$('#topNav ul li a:first').addClass('current');return;}
$('#topNav ul li a').each(function(){if($('#content #sideNav ul li:first a:first').attr('href').match($(this).attr('href'))!=null){$(this).addClass('current');}
else
$(this).removeClass('current');});}
function logThisPageHit(actionUri,symbol)
{pageTracker._trackPageview(actionUri);if(undefined==actionUri)
actionUri=window.location.pathname+window.location.search;commonCaller.logRequest(APPLICATION_ID_CORP,actionUri,symbol);}
function fixPngImages(){var arVersion=navigator.appVersion.split("MSIE");var version=parseFloat(arVersion[1]);if((version>=5.5)&&(version<7)&&(document.body.filters))
{for(var i=0;i<document.images.length;i++)
{var img=document.images[i];var imgName=img.src.toUpperCase();if(imgName.substring(imgName.length-3,imgName.length)=="PNG")
{var imgID=(img.id)?"id='"+img.id+"' ":""
var imgClass=(img.className)?"class='"+img.className+"' ":""
var imgTitle=(img.title)?"title='"+img.title+"' ":"title='"+img.alt+"' "
var imgStyle="display:inline-block;"+img.style.cssText
if(img.align=="left")imgStyle="float:left;"+imgStyle
if(img.align=="right")imgStyle="float:right;"+imgStyle
if(img.parentElement.href)imgStyle="cursor:hand;"+imgStyle
var strNewHTML="<span "+imgID+imgClass+imgTitle
+" style=\""+"width:"+img.width+"px; height:"+img.height+"px;"+imgStyle+";"
+"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
+"(src=\'"+img.src+"\', sizingMethod='scale');\"></span>"
img.outerHTML=strNewHTML
i=i-1}}}}
function NewsStoryHandler(){}
NewsStoryHandler.prototype.handleRequestData=function(record)
{var criteria={'body':document.getElementById('contentCol')};var wrapper=new AjaxDataHandler(new Object(),criteria);var storyViewer=new NewsReleaseHtml(new NewsContentHtml(false));var contentWindow=new ContentWindow();record.noBackButton=true;var contents=storyViewer.generate(record,wrapper);contentWindow.runInline(new ContentWindowInfo(record.title,contents,criteria.body));}
function openNewsStory(id){new OtcIQCalls().getPinkNewsRelease(id,new NewsStoryHandler());}
function resetFavicon()
{var elem=document.getElementById('favicon');var link=document.createElement('link');link.id='favicon';link.href='/corporate/images/favicon.ico';link.rel='shortcut icon';var parent=elem.parentNode;parent.removeChild(elem);parent.appendChild(link);}