I have a url that change every day based on today\'s date, for example:
http://www.newspaper.com/edition/20141227.ht
var date = new Date().toDateString("yyyyMMdd");
then paste the date in building the URL
url = "http://blahblahblaj.com/"+date