Archive for the 'News' Category
Saturday, January 2nd, 2010
Stamp = new Date();
year = Stamp.getYear();
if (year < 2000) year = 1900 + year;
document.write('' + (Stamp.getMonth() + 1) +"/"+Stamp.getDate()+ "/"+ year + '');
var Hours;
var Mins;
var Time;
Hours = Stamp.getHours();
if (Hours >= 12) {
Time = " P.M.";
}
else {
Time = " A.M.";
}
if (Hours > 12) {
Hours -= 12;
}
if (Hours == 0) {
Hours = 12;
}
Mins = Stamp.getMinutes();
if (Mins < [...]
Posted in News | No Comments »
Saturday, November 7th, 2009
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 6,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#333333',
color: '#ffffff'
},
tweets: {
[...]
Posted in News | Comments Off
Saturday, June 27th, 2009
SHOPPING TWIT BITS!
SUPPORT OUR SMALL BUSINESS ON EBAY
Posted in News | No Comments »
Monday, January 21st, 2008
Counter started Saturday May 5, 2007 10pm
Posted in News | No Comments »
Monday, May 14th, 2007
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var pageTracker = _gat._getTracker("UA-2891947-11");
pageTracker._initData();
pageTracker._trackPageview();
Posted in News | Comments Off