function insertPlayer(){	
	var plCode = '';
	plCode += '<div class="wordtube">';
	plCode += '<div class="wordtube playlist4" id="WT1_1" style="width:400px; height:500px;">';
	plCode += '<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see the wordTube Media Player.';
	plCode += '</div></div>';
	$('#playerplace').html(plCode);
	
	var WT1_1 = {
		params : {
			wmode : "opaque",
			allowscriptaccess : "always",
			allownetworking : "all"
		},
		flashvars : {
			file : "http%3A%2F%2Fwww.roomreview.net%2Findex.php%3Fxspf%3Dtrue%26id%3D4",
			volume : "80",
			bufferlength : "5",
                        frontcolor : "034EC2",
		        screencolor : "ffffff",
			'logo.hide' : "false",
			shuffle : "false",
			playlist : "bottom"
		},
		attr : {
			id : "WT1",
			name : "WT1"
		},
		start : function() {
			swfobject.embedSWF("http://www.roomreview.net/wp-content/uploads/player.swf", "WT1_1", "400", "500", "9.0.0", false, this.flashvars, this.params , this.attr );
		}
	}
	WT1_1.start();
}

function insertPlayLinks(){
	var content = [
					'<strong><a href="http://www.roomreview.net/visit/fulltiltpoker">Play</a></strong> ',
					'<strong><a href="http://www.roomreview.net/visit/pokerstars">Play </a></strong> ',
					'<strong><a href="http://www.roomreview.net/visit/sportsbook">Play</a></strong> ',
					'<strong><a href="http://www.roomreview.net/visit/playersonly">Play</a></strong> ',
					'<strong><a href="http://www.roomreview.net/visit/partypoker">Play</a></strong> '
				];
	var did = '';
	for(var i=0; i<content.length; i++) {
		$('#plink'+(i+1)).html(content[i]);
	}
}
	
	
