Is this from page to page or on the same template? If you are passing the variable to another page, like a forms handler, you can just put the variable in your url line or pass it as a form variable. CF can then read it using #url.myvariable# or #form.myvariable#.<br>
<br>
I don't think it would be possible to use a javascript variable on the same page, though, since CF has already done all it's processing before it hits the browser, and javascript doesn't do anything until after it hits the browser.<br>
<br>
Hope this helps....