function playTrailer() {
	$("#porn").css({marginLeft:'100px'});
	$("a.play_480p").addClass("selected");
	$("a.play_720p").removeClass("selected");

	$("a.play_480p").html("Now Watching...  480p");
	$("a.play_720p").html("Watch the HD 720p");

	var id = $("#scene_id").val();
	//var vidfile = $("#video_file").val();
	//var vidinfo =  vidfile.split(".");
	var thumbnail = '';
	var height = 432;

    var videooptions_url 	= "http://www.pornstarpunishment.com/video.xml";
	var player = $("#player");
	player.html("");

	player.flash(
		{
			src: "http://static.brazzers.com/player/wide_tour_player_minBW.swf",
			width: 768,
			height: height + 6,
			wmode: "transparent",
			align: "middlel",
			allowfullscreen:true,
			allowscriptaccess: "always",
			allownetworkaccess: "always",
			flashvars: {
				//options: "http://www.pornstarspunishment.com/tour3/get_scene/4818/autoplay-0/show-info-0"
				options: videooptions_url
						}
		},
		{version:"10.0.22"}
	);

	return false;
}

