/**
* LAST MOD: AUG 03 2009
* ---------------------
*/
var isClient=window.navigator.userAgent;
function moveFooter(t) {
    /*var isScroll=(isClient.indexOf('WebKit')!=-1 ? document.body.scrollTop : document.documentElement.scrollTop);
    var isHeight=document.documentElement.clientHeight;
    //alert(isScroll);
    try{
        document.getElementById('footerDiv').style.top=((isHeight+isScroll)-36)+"px";
    }catch(er){
        //
    }
	*/
}
/*---------------RIGHT COLUMN MEMBER ADDS--------------*/
function msClick(l,f,m) {
    var goURL="result_portfolio.php?listingID="+l+"&memberID="+m+"&org=side banner&str=index";
    window.location.replace(goURL);
}