-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbanco.js
11 lines (11 loc) · 3.26 KB
/
banco.js
1
2
3
4
5
6
7
8
9
10
11
$(document).ready(function(){
var html = " \
<section> \
<iframe frameborder="1" src="http://go2-kg.igg.com/iframe.php?DO_NOT_SHARE_THIS_LINK=1&kongregate_username=dakidaki&kongregate_user_id=3982798&kongregate_game_auth_token=f7e4cf6471f1aa79aa7aa59601366c81073c69d37e887c5a746e575bdcfa279b&kongregate_game_id=151928&kongregate_host=http%3A%2F%2Fwww.kongregate.com&kongregate_game_url=http%3A%2F%2Fwww.kongregate.com%2Fgames%2FIGG_Games%2Fgalaxyonline &kongregate_api_host=http%3A%2F%2Fapi.kongregate.com&kongregate_channel_id=1369159701272&kongregate_api_path=http%3A%2F%2Fchat.kongregate.com%2Fflash%2FAPI_AS3_95ea811098ac0e93cd27d72283df3a32.swf&kongregate_ansible_path=chat.kongregate.com%2Fflash%2Fansible_61bb4144ad60c5041a61071ac48e05c2.swf&kongregate_preview=false&kongregate_split_treatments=none&kongregate=true&KEEP_THIS_DATA_PRIVATE=1"></iframe> \
<iframe frameborder="1" src="http://go2-kg.igg.com/iframe.php?DO_NOT_SHARE_THIS_LINK=1&kongregate_username=leon567&kongregate_user_id=10609555&kongregate_game_auth_token=958e13ad72da5ee99228556cb1fd2eb2558711d9021171400d30fb75f6142203&kongregate_game_id=151928&kongregate_host=http%3A%2F%2Fwww.kongregate.com&kongregate_game_url=http%3A%2F%2Fwww.kongregate.com%2Fgames%2FIGG_Games%2Fgalaxyonline&kongregate_api_host=http%3A%2F%2Fapi.kongregate.com&kongregate_channel_id=1369078426732&kongregate_api_path=http%3A%2F%2Fchat.kongregate.com%2Fflash%2FAPI_AS3_95ea811098ac0e93cd27d72283df3a32.swf&kongregate_ansible_path=chat.kongregate.com%2Fflash%2Fansible_61bb4144ad60c5041a61071ac48e05c2.swf&kongregate_preview=false&kongregate_split_treatments=none&kongregate=true&KEEP_THIS_DATA_PRIVATE=1"></iframe> \
<iframe frameborder="1" src="http://go2-kg.igg.com/iframe.php?DO_NOT_SHARE_THIS_LINK=1&kongregate_username=viniopps&kongregate_user_id=3531229&kongregate_game_auth_token=20ba0028318430a3fc3ad1dceabfdbb83a8db0b2d61914d9a30a65ac2d03df7b&kongregate_game_id=151928&kongregate_host=http%3A%2F%2Fwww.kongregate.com&kongregate_game_url=http%3A%2F%2Fwww.kongregate.com%2Fgames%2FIGG_Games%2Fgalaxyonline&kongregate_api_host=http%3A%2F%2Fapi.kongregate.com&kongregate_channel_id=1369077322197&kongregate_api_path=http%3A%2F%2Fchat.kongregate.com%2Fflash%2FAPI_AS3_95ea811098ac0e93cd27d72283df3a32.swf&kongregate_ansible_path=chat.kongregate.com%2Fflash%2Fansible_61bb4144ad60c5041a61071ac48e05c2.swf&kongregate_preview=false&kongregate_split_treatments=none&kongregate=true&KEEP_THIS_DATA_PRIVATE=1"></iframe> \
<iframe frameborder="1" src="http://go2-kg.igg.com/iframe.php?DO_NOT_SHARE_THIS_LINK=1&kongregate_username=leon765&kongregate_user_id=10608786&kongregate_game_auth_token=f41556182352762e036120a78ceea8195177a8a64143fc842880961064c7882e&kongregate_game_id=151928&kongregate_host=http%3A%2F%2Fwww.kongregate.com&kongregate_game_url=http%3A%2F%2Fwww.kongregate.com%2Fgames%2FIGG_Games%2Fgalaxyonline&kongregate_api_host=http%3A%2F%2Fapi.kongregate.com&kongregate_channel_id=1369079052346&kongregate_api_path=http%3A%2F%2Fchat.kongregate.com%2Fflash%2FAPI_AS3_95ea811098ac0e93cd27d72283df3a32.swf&kongregate_ansible_path=chat.kongregate.com%2Fflash%2Fansible_61bb4144ad60c5041a61071ac48e05c2.swf&kongregate_preview=false&kongregate_split_treatments=none&kongregate=true&KEEP_THIS_DATA_PRIVATE=1"></iframe> \
</section> \
";
$("body").html(html);
});