Hi, I have to call a greybox link
<script type="text/javascript" src="greybox/AJS.js"></script>
<script type="text/javascript" src="greybox/AJS_fx.js"></script>
<script type="text/javascript" src="greybox/gb_scripts.js"></script>
<link href="greybox/gb_styles.css" rel="stylesheet" type="text/css" />
How do I add this link into the game if I have added the game inside an Iframe
<a href="http://google.com" onclick="return GB_showPage('Google', this.href)">Show Google in another layout</a>
thanks.