// JavaScript Document

function getItunesURL(whichURL) {
	//code goes here	
	window.open(whichURL, "");
	
}