﻿<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON




var color		= "f0f0f0"	// HEADER BACKGROUND COLOR (EDIT IN THE css FILE)
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "980"		// WIDTH OF THE FLASH (IN PIXELS)

var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var stripes	 	= "yes"		// SHOW STRIPE UNDER THE FLASH





// COPYRIGHT 2009 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left" class="headercolor">');

document.write("<object id=\"FlashID2\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"980\" height=\"50\">");
document.write("  <param name=\"movie\" value=\"animasyon/logo.swf\">");
document.write("  <param name=\"quality\" value=\"high\">");
document.write("  <param name=\"wmode\" value=\"opaque\">");
document.write("  <param name=\"swfversion\" value=\"6.0.65.0\">");
document.write("  <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->");
document.write("  <param name=\"expressinstall\" value=\"Scripts\/expressInstall.swf\">");
document.write("  <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->");
document.write("  <!--[if !IE]>-->");
document.write("  <object type=\"application\/x-shockwave-flash\" data=\"animasyon/logo.swf\" width=\"980\" height=\"50\">");
document.write("    <!--<![endif]-->");
document.write("    <param name=\"quality\" value=\"high\">");
document.write("    <param name=\"wmode\" value=\"opaque\">");
document.write("    <param name=\"swfversion\" value=\"6.0.65.0\">");
document.write("    <param name=\"expressinstall\" value=\"Scripts\/expressInstall.swf\">");
document.write("    <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->");
document.write("    <div>");
document.write("      <h4>Content on this page requires a newer version of Adobe Flash Player.<\/h4>");
document.write("      <p><a href=\"http:\/\/www.adobe.com\/go\/getflashplayer\"><img src=\"http:\/\/www.adobe.com\/images\/shared\/download_buttons\/get_flash_player.gif\" alt=\"Get Adobe Flash player\" width=\"112\" height=\"33\" \/><\/a><\/p>");
document.write("    <\/div>");
document.write("    <!--[if !IE]>-->");
document.write("  <\/object>");
document.write("  <!--<![endif]-->");
document.write("<\/object>");
document.write("");





			   
document.write('<br>');			   




   if (stripes == "yes") {
document.write('</td></tr><tr class="printhide"><td class="pagebars">');
document.write('<img src="picts/spacer.gif" width="10" height="1"><br>');
}

document.write('</td></tr></table>');
// START DATE SCRIPT
   if (showdate == "yes") {
	   
	   document.write('<div id="date-location" class="printhide">');
var d=new Date()
var weekday=new Array("Pazar","Pazartesi","Sali","Çarsamba","Persembe","Cuma","Cumartesi")
var monthname=new Array("Ocak","Subat","Mart","Nisan","Mayis","Haziran","Temmuz","Agustos","Eylül","Ekim","Kasim","Aralik")
document.write("<span class=\"date-font\"><nobr>" +d.getDate()+ " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getFullYear() + " ")
document.write( weekday[d.getDay()] + " ")



document.write("</nobr><br></span>")
document.write('</div>');





}


//  End -->