function getVideoID() { 
	str=String(document.location);
	videoid=str.substring(str.indexOf("=") + 1);
	return(videoid);
}

function playVideo(videoid) { 	
	document.write("<" + "iframe src='http://americasvoice.bienc.com/pages/widget/id/" + videoid + "' width='100%' height='100%' scrolling='no' frameborder='0' allowtransparency='true' style='border:0;background:transparent;'><" + "/iframe>")
};
function playVideo_emailable(videoid) { 	
	document.write("<" + "iframe src='http://americasvoice.bienc.com/pages/widget_emailable/id/" + videoid + "' width='100%' height='100%' scrolling='no' frameborder='0' allowtransparency='true' style='border:0;background:transparent;'><" + "/iframe>")
};
function playVideo_small(videoid) { 	
	document.write("<" + "iframe src='http://americasvoice.bienc.com/pages/widget_small/id/" + videoid + "' width='100%' height='100%' scrolling='no' frameborder='0' allowtransparency='true' style='border:0;background:transparent;'><" + "/iframe>")
};


function playlist(videoid) { 	
	document.write("<" + "iframe src='http://americasvoice.bienc.com/pages/playlist/id/" + videoid + "' width='100%' height='100%' scrolling='auto' frameborder='0' allowtransparency='true' style='overflow-x:hidden; border:0;background:transparent;'><" + "/iframe>")
};
