/* function kjorvideo (performerid, div, flags, campaign, pstyp, width, height ) */
function kjorvideo (performerid, div, flags, campaign, pstyp, width, height ){
	if ((typeof(flags) == 'undefined') || flags == "") { flags = "1,4"; };
	if ((typeof(width) == 'undefined') || width == "") { width = "325"; };
	if ((typeof(height) == 'undefined') || heigth == "" ) { height = "247"; };	
	if ((typeof(campaign) == 'undefined') || campaign == "") { campaign = "41028"; };
	if ((typeof(pstyp) == 'undefined') || pstyp == "") { pstyp = "PPS"; };			
    $(div).flash({
        src: 'http://static.awempire.com/flash/live_feeds/live_feed.swf',
		width: width ,
		height: height, 
		quality: "high",
		wmode: "transparent", 
		allowScriptAccess: "sameDomain",
		bgcolor: "#ffffff",
		flashvars: { 
			appletroot : "http://static.awempire.com/flash/live_feeds/",
			appletskin : "template2/template01.swf", 
			appletcol : "transparent", 
			psid : "xxx6live", 
			pstour : "t1", 
			psprogram : pstyp, 
			site : "ljsm", 
			flags: flags, 
			lp_lang: "auto", 
			campaign_id: campaign,
			performerid: performerid
		}
    });
};
