function corporate_address(line) {
	var corp_address = "<a href=\"mailto:cv@leventozturk.com\">cv@leventozturk.com</a>";
	return corp_address;
}

function continf1() {
	var r_continf1 = "<a href=\"mailto:info";
	document.write(r_continf1);
	continf2();
	return r_continf1;
}
function continf2() {
var r_continf2 = "@leventozturk.com\"><img alt=\"Levin Nice white flowers levent, Levent, Levent, Levend, Levand\" src=\"http://leventozturk.com/img/email1.gif\" border=\"0\" /></a>";
	document.write(r_continf2);
return r_continf2;
}

function Print_Announcement() {
	var announce_array=new Array(
		"Happy New Year... <img src=\"http://sefika.com/img/snowman.gif\" height=\"26\">",
		"Happy Valentine's Day... <img src=\"http://sefika.com/img/aniheart.gif\" height=\"16\">",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		"",
		""
	);
	var anounce_index;
	var anounce_today = new Date();
	var anounce_month = anounce_today.getMonth();
	var anounce_monthday = anounce_today.getDate();
	// improve the script to select in week granularity
	switch(anounce_month) {
		case 0,1,2 :
			switch(anounce_monthday) {
				case 1, 2,3,4,5,6,7,8,9,10,11,12,13,14,15,16:
					document.write(announce_array[0]);
					break;
			}
			break;
		case 12 :
			switch(anounce_monthday) {
				case 24:
					document.write(announce_array[0]);
					break;
			}
			break;
	}

}

function PickMotto() {
	var content_array=new Array(
		"On two occasions I have been asked [by members of Parliament],<br> 'Pray, Mr., if you put into the machine wrong figures, will the right<br> answers come out?' I am not able rightly to apprehend the kind of<br> confusion of ideas that could provoke such a question.\"",
		"2",
		"\"The war won on the wrong enemy is a war lost\" - LO",
		"4",
		"The pessimist complains about the wind; the optimist expects it to change and the realist adjusts the sails.\"--William Arthur Ward",
		"6",
		"Character is what you do when people aren\'t looking.",
		"8",
		"Once I overcome myself, you don\'t stand a chance!\" - Hibiki Tokai",
		"10",
		"Stupid people surround themselves with smart people.  Smart people surround themselves with smart people who disagree with them.\"  --Aaron Sorkin",
		"\"Nature doesn't care how smart you are. You can still be wrong.\" - Richard Feynman",
		"The road you can talk about is not the road you can walk on.",
		"Do your own analysis, and make your own decision and enjoy its results irrespective of it being positive or negative.",
		"\"entities should not be multiplied unnecessarily\" Ockham's Razor",
		"There\'s a fine line between fishing and standing on the shore looking like an idoit.",
		"There is a difference between a shaky or out-of-focus photograph and a snapshot of clouds and fog banks.",
		"Put your hand on a hot stove for a minute, and it seems like an hour. Sit with a pretty girl for an hour, and it seems like a minute. THAT\'S relativity. -AE-",
		"\"If you have four groups working on a compiler, you\'ll get a 4-pass compiler.\" - Conway\'s Law",
		"\"Stupidity is doing the same thing repeatedly and expecting a different outcome.\"",
		"1. Those who make things happen. 2. Those who watch things happen, and 3. Those who wonder what happened",
		"Hate is love disappointed",
		"Define the Universe and give two examples\"--unknown",
		"Destiny is no matter of chance. It is a matter of choice. It is not a thing to be waited for, it is a thing to be achieved.\" - William Jennings Bryan (1860 - 1925)",
		"Never attribute to malice that which can be adequately explained by stupidity --Hanlon's Razor",
		"Entities should not be multiplied unnecessarily --Ockham's Razor",
		"Love is an irresistible desire to be irresistibly desired.",
		"Dancing is the vertical experession of horizontal desires.",
		"Success is how high you bounce after you hit bottom\"",
		"\"Wealth flows from inpatient to patient.\" - Warren Buffet",
		"\"The trouble with doing something right the first time is that nobody appreciates how difficult it was.\" --Anonymous"
	);
	var content_index;
	var today = new Date();

	content_index= (Math.floor((today.getDate() * content_array.length) / 31))-1;
	document.write(content_array[content_index]);
}
