
var content='';




content+='<style type="text/css">';
content+='#scwidget{';
content+='position: relative; /*keep this intact*/';
content+='visibility: hidden; /*keep this intact*/';
/*content+='border:#ccc 1px solid;';*/
content+='}';
content+='#scwidget .gallerydesctext{';
content+='text-align: left;';
content+='margin_top: 2px 5px;';
content+='}';
content+='</style>';



content+='<script type="text/javascript">';

content+='var affid=352639;';

content+='var mygallery=new simpleGallery({';
content+='	wrapperid: "scwidget1", ';
content+='	theme: "http://www.superiorshare.net/themes/500x200-red.png", ';
content+='	dimensions: [500,200], ';
content+='	imagearray: [';
						 
		content+=' 		["http://www.superiorshare.net/slides/500x200/002_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=2&id=352639", "32", "i-Slots - Hole In Won","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/037_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=37&id=352639", "32", "i-Slots - As The Reels Turn","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/046_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=46&id=352639", "32", "i-Slots - Reel Crime","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/073_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=73&id=352639", "32", "i-Slots - Reel Crime - Art Heist","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/078_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=78&id=352639", "32", "i-Slots - As The Reels Turn 2","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/088_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=88&id=352639", "32", "i-Slots - As The Reels Turn 3","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/109_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=109&id=352639", "32", "i-Slots - Cosmic Quest","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/110_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=110&id=352639", "32", "i-Slots - Cosmic Quest - Episode 2","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/116_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=116&id=352639", "32", "i-Slots - CASH Cruise","352639","0"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/500x200/126_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=126&id=352639", "32", "i-Slots - Rock On!","352639","0"]';
	
content+='	],';
content+='	autoplay: [true, 3000, 5], ';
content+='	persist: false, ';
content+='	fadeduration: 500, ';
content+='	oninit:function(){ ';
		
content+='	},';
content+='	onslide:function(curslide, i){';
content+='	}';
content+='})';

content+='</script>';

content+='<link rel="stylesheet" href="http://www.superiorshare.net/styles/modal.css" type="text/css" media="screen" />';
content+='<script type="text/javascript" src="http://www.superiorshare.net/js/modal.js"></script>';

document.write(content);