// shows the quick links to social sites and search form
function show_search_form(){
document.write("			<form id=\"searchform\" method=\"get\" action=\"http:\/\/www.fredgleeck.com\/\">");
document.write("			<input type=\"text\" name=\"s\" id=\"s\" value=\"Search this website...\" onfocus=\"if (this.value == 'Search this website...') {this.value = '';}\" onblur=\"if (this.value == '') {this.value = 'Search this website...';}\" \/>");
document.write("			<input type=\"submit\" id=\"searchsubmit\" value=\"GO\" \/>");
document.write("			<\/form>");
}

function show_quick_links(){
document.write("				<a href=\"http://www.fredgleeck.com/about-fred/\">About<\/a><\/li>");
document.write("				<li>");
document.write("					<span>Follow me on:<\/span>");
document.write("					<ul>");
document.write("						<li><a rel=\"nofollow\" target=\"_blank\" href=\"http:\/\/twitter.com\/fredgleeck\"><img src=\"http:\/\/" + document.domain + "\/wp-content\/themes\/freddy\/images\/twitter-icon.png\" \/><\/a><\/li>");
document.write("						<li><a rel=\"nofollow\" target=\"_blank\" href=\"http:\/\/facebook.com\/fred.gleeck\"><img src=\"http:\/\/" + document.domain + "\/wp-content\/themes\/freddy\/images\/facebook-icon.png\" \/><\/a><\/li>");
document.write("						<li><a rel=\"nofollow\" target=\"_blank\" href=\"http:\/\/feeds.feedburner.com\/InformationProductsMarketing\"><img src=\"http:\/\/" + document.domain + "\/wp-content\/themes\/freddy\/images\/rss-icon.png\" \/><\/a><\/li>");
document.write("						<li><a rel=\"nofollow\" href=\"http://www.fredgleeck.com/contact-fred/\"><img src=\"http:\/\/" + document.domain + "\/wp-content\/themes\/freddy\/images\/mail.png\"><\/a><\/li>");
document.write("					<\/ul>");
}

// shows Bob Bly's testimonial beside the header logo
function show_testimonial(){
document.write("			<div id=\"testimonial-box\">");
document.write("				<em>A couple of years back I attended Fred Gleeck's class on how to sell information products on the internet. Fred convinced me that creating my own information marketing business made sense. It certainly did! I now regularly generate $7,000 to $8,000 a week selling information products. I do this all 'working' just a few hours a week!<\/em>");
document.write("				<br \/>");
document.write("				<strong>-Bob Bly, America's Top Copywriter<\/strong> [ <a class=\"popout\" rel=\"shadowbox\" href=\"http://www.fredgleeck.com/mp3files/Bob_Testimonial.mp3\">Hear Bob's Own Words<\/a> ] [ <a class=\"popout\" rel=\"shadowbox\" href=\"http://www.youtube.com/v/Z1g9o4n-awU&autoplay=1&rel=0\">See Bob's Book<\/a> ]");
document.write("				<p class=\"readmore-link\"><a href=\"http://www.fredgleeck.com/testimonials/\">Read more about what others say...<\/a><\/p>");
document.write("			<\/div>");
}

var mydate=new Date()
var year=mydate.getYear()
if (year < 1000)
year+=1900
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10)
daym="0"+daym
var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

function show_Year() {
	document.write(year);
}
