var page = "http://web1.50belowinc.com/20stage/200/only-popup-once.html";
var windowprops = "width=300,height=200,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=yes";
var abc = "Graystone Consulting \nNew Relationship & Revised Term of Use \n \nWelcome to the team web site for Graystone Consulting, a business of Morgan Stanley Smith Barney LLC.  You have reached this site because you are a client or guest web site user. \n \nThroughout the site, any references to Citi Institutional Consulting, a division of Citigroup Global Markets Inc or terms such as ''the firm,'' ''we,'' ''us,'' ''our'' or similar terms should be read on this site as Graystone Consulting.  The terms of use and other provisions and disclosures such as the site's online privacy statement that govern your use of this site and any of its services have been revised so that such terms, provisions and disclosures are not between you and the new firm, MSSB.  Your continue use of the site indicates that your agreement with its remised terms of use as amended. \n \n\u00A9 2009 Morgan Stanley Smith Barney LLC. Member SIPC.  Graystone Consulting is a business  of Morgan Stanley Smith Barney LLC. "; 


function attestation(a) {
  window.location = a;
  /*
  var r=confirm(abc);
	if (r==true){
  		window.location = a;
  	}
	else{
		return false;
	}
	*/
 // alert(a);
  //window.open(page, "", windowprops);  
}

