First take a look at this fiddle http://jsfiddle.net/YrSzQ/
Basically what I am trying to do is add a code like this
<a target="_blank" href="here should be the event tile that you see at the first line of the fiddleel .html">open event</a>
That when I click the open event I should open the whole div in new page.
It may seem that I am answering the question, but I have no access to that code in the fiddle that code is retrieved from remote page by file get contents, and I want to add this before echo the code in my page
I hope you understand what I am trying to explain