<
div
style
=
"text-align: center;"
>
script
type
"text/javascript"
function get_game_calendar()
{
var name=prompt("Please enter your charcter name","");
if (name!=null && name!="")
window.open("http://www.wowarmory.com/vault/character-calendar.xml?r=Arathor&cn="
+ name + "&gn=The+Underground");
}
</
a
href
"javascript:get_game_calendar();"
><
img
alt
""
src
"http://a.imageshack.us/img840/1174/armory.png"
/></
></
br
/>
>Click on the image above , type your character name in the prompt, then login and it will take you straight to the calendar for that character. </
<script type="text/javascript"> $(document).ready(function(){ var guildName = "The Guild Name"; var realm = "Arathor"; var useFrame = true; var frameWidth = "100%"; var frameHeight = "600"; /****************************** Don't change anything below ******************************/ $('.wowcharcal').click(function(){ var f, name = prompt("Please enter your charcter name",""); if ( name != null && name != '' ){ if (useFrame) { f = "<iframe width=\"" + frameWidth + "\" height=\"" + frameHeight + "\" src=\"http://www.wowarmory.com/vault/character-calendar.xml?r=" + realm.replace(/\s/g,'+') + "&gn=" + guildName.replace(/\s/g,'+') + "&cn=" + name + "\" scrolling=\"auto\" frameborder=\"0\" align=\"top\" " + "allowtransparency=\"true\"></iframe>"; $('.wowcal').html(f); } else { f = "http://www.wowarmory.com/vault/character-calendar.xml?r=" + realm.replace(/\s/g,'+') + "&cn=" + name + "&gn=" + guildName.replace(/\s/g,'+') window.open(f); } } return false; }); }); </script> <div class="wowcal" style="text-align:center"> <a class="wowcharcal" href="#"><img alt="" src="http://www.axiomfiles.com/Files/278466/icon-armory.png" /></a> <br /> <div>Click on the image above , type your character name in the prompt, then login and it will take you straight to the calendar for that character.</div> </div>
<style type="text/css"> .tooltip, .preview, .screenshot { cursor:pointer; } #tooltip, #tooltip2, #preview, #screenshot { color:#dddddd; background:#222222; border: 1px solid #333333; padding:5px; display:none; opacity: 0.9; filter: alpha(opacity=90); text-align:left; border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; } </style> <script src="http://www.axiomfiles.com/Files/258012/tooltip.js" type="text/javascript"></script>