// JavaScript Document
function getConsoleReady() {
	var myTarget = document.getElementById("abacast");
	var myTarget2 = document.getElementById("abacast2");
	myTarget.onclick = function() {
	
	window.open('http://v5.player.abacast.com/v5.1/player/index.php?uid=6436','ppv5','height=530,width=800,menubar=no,scrollbars=no,toolbar=no,status=no,resizable=no');	
	}
	myTarget2.onclick = function() {
	
	window.open('http://v5.player.abacast.com/v5.1/player/index.php?uid=6436','ppv5','height=530,width=800,menubar=no,scrollbars=no,toolbar=no,status=no,resizable=no');	
	}
}
