// Javascript
// Reference for current URL reference location.
// Authored by K. Brandriff 6/15/2006


// refFile() identifies current file for reference
function refFile(){
	document.write ("(")
	document.write (location.href)
	document.write (")")
}

//emailRef() takes the current file location to update the email this page link

function emailRef(){
	document.write ("<a href='mailto:?Subject=Thought%20this%20FTC%20publication%20would%20interest%20you...&Body=You%20can%20find%20this%20publication%20at%20"+location.href+".%0A%0AThis%20link%20will%20take%20you%20to%20a%20page%20within%20the%20website%20of%20the%20Federal%20Trade%20Commission,%20the%20nation%27s%20consumer%20protection%20agency.%20%20Note%20the%20%22.gov%22%20Web%20address.%20%20You%20may%20prefer%20to%20type%20the%20address%20"+location.href+"%20into%20your%20browser.%0A%0AThe%20FTC%20does%20not%20collect%20any%20personal%20information%20from%20you%20or%20the%20person%20who%20sent%20you%20this%20message.%0A%0AThanks%20very%20much%20for%20visiting%20www.ftc.gov.%0A'>Email</a>")

}



 


