Possible Duplicate:
Javascript REGEX: How to get youtube video id from URL?
Is there a way with JS to take away like http://www.youtube.com
and keep the id?
Example:
http://www.youtube.com/watch?v=Y_UmWdcTrrc&feature=plcp
to watch?v=Y_UmWdcTrrc&feature=plcp
Thanks!