
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=285349;';

content+='var mygallery=new simpleGallery({';
content+='	wrapperid: "scwidget2", ';
content+='	theme: "http://www.superiorshare.net/themes/280x120-black.png", ';
content+='	dimensions: [280,120], ';
content+='	imagearray: [';
						 
		content+=' 		["http://www.superiorshare.net/slides/120x240/092_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=92&id=285349", "27", "Progressive Slots - 1 Mil Reels BC","285349","10"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/120x240/098_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=98&id=285349", "27", "Progressive Slots - Major Moolah","285349","10"],';
							 
		content+=' 		["http://www.superiorshare.net/slides/120x240/123_slide.png", "http://www.superiorshare.net/gamewindow.php?game_id=123&id=285349", "27", "Progressive Slots - Money Magic","285349","10"]';
	
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);