function swapMovie(movieURL,xPos,yPos){
	document.website.swapMovie(movieURL,xPos,yPos);
}
