// teck.in. All rights reserved.
// Author: Sreekandakumar Pillai, sree@teck.in

//Wishes/Greeting Images
function fnWishes() {
//	document.write('<div style="position:absolute;left:5px;top:10px;overflow:visible;height:90px;width:132px;margin:0;padding:0;z-index:1000000;border:none;float:none;background:transparent url(http://img.teck.in/greet-India-flag.gif) no-repeat;" id="wishes"></div>');
}
//fnWishes();

//init function after body tag
function fnInit() {
}

// Feedburner email subscription form
function fnEmailSub() {
	document.write('<form class="search" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="if(this.email.value==\'Type Your Email \'){return false;} else {window.open(\'http://www.feedburner.com\', \'popupwindow\', \'scrollbars=yes,width=550,height=520\');return true;};"><input type="text" size="25" style="color:#FF6000;font-weight:800;height:20px;" length="50" name="email" value="Type Your Email " title="Enter your email here to subscribe to Sreyas updates " onfocus="if(this.value==\'Type Your Email \'){this.value=\'\'};" onblur="if (this.value==\'\'){this.value=\'Type Your Email \'};" /><input type="hidden" value="sreyas-en" name="uri" /><input type="hidden" name="loc" value="en_US" />&nbsp;<input type="submit" class="button" value="Subscribe " /></form>');
}

// Google CSE Search Box Begins
function fnGoogleCSE() {
 var strGoogleCSE;
 strGoogleCSE =
	'<form class="search" method="get" onsubmit="if(this.q.value==\'Search Sreyas \'){return false;};" id="searchbox_009477821170850572014:krfzal-czvw" action="http://sreyas.in/search.php"> ' +
	'<input name="q" type="text" size="25" style="font-weight:800;height:20px;" value="Search Sreyas " title="Types the keywords you want to search " />&nbsp;' +
	'<input type="submit" name="sa" value="Search" class="button" /> ' +
	'</form>';
	document.write(strGoogleCSE);
	(function() { var f = document.getElementById("searchbox_009477821170850572014:krfzal-czvw"); if (f && f.q) { var q = f.q; var n = navigator; var l = location; var b = function() { if (q.value == "") {q.value="Search Sreyas ";} }; var f = function() { if(q.value=="Search Sreyas "){q.value=""};}; q.onfocus = f; q.onblur = b; if (!/[&?]q=[^&]/.test(l.search)) { b(); } } })();
}


function fnProfiles() {
  var strProfiles;
	strProfiles =
	'<div class="social-profiles">' +
	'<a target="_blank" href="http://twitter.com/sreekandakumar"><img src="http://img.teck.in/twitter_icon.png" alt="" border="0" width="16" height="16" /></a>' +
	'<a target="_blank" href="http://www.linkedin.com/in/sreekandakumar"><img src="http://img.teck.in/linkedin_icon.png" alt="" border="0" width="16" height="16" /></a>' +
	'<a target="_blank" href="http://www.orkut.com/Profile.aspx?uid=3161451596251677158"><img src="http://img.teck.in/orkut_icon.png" alt="" border="0" width="16" height="16" /></a>' +
	'<a target="_blank" href="http://www.facebook.com/profile.php?id=501977001"><img src="http://img.teck.in/facebook_icon.png" alt="" border="0" width="16" height="16" /></a>' +
	'</div>' ;
document.write(strProfiles);
}
