Forum Moderators: martinibuster
So I opened up Dreamweaver and did a search for "date" and the word "date" showed up 5 times in the javascript, and not anywhere else on the page.
So, now I'm thinking, would my visitors be interested in dating? Or should I remove it for more relevent ads?
I had no idea the Mediabot read "javascripts." I wonder if this would be useful for pages that get some really irrevelent ads? What do you think?
var now = new Date();
var date = ((now.getDate()<10)? "0" : "")+ now.getDate();
today = days[now.getDay()] + ", " +
months[now.getMonth()] + " " +
date + ", " +
(fourdigits(now.getYear())) ;
I guess these "dating" ads deserve some testing, right? Maybe there's more "single" people traveling then I realize. So I'll leave them on for a week or so, and see what happens. It's not like I get alot of return visitors. They come, read what they need, and leave.
Say, I have a page on the Industrial Revolution in our town, and I'm getting ads for industrial toilets. If I add the Date java, wouldn't showing ads for dating be better?