function flash(file,width,height){
document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='"+width+"' HEIGHT='"+height+"' id='contents' ALIGN=''><PARAM NAME=movie value='"+file+"' /><PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent><embed src='"+file+"' quality='high' wmode='transparent' width='"+width+"' height='"+height+"' name='contents' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></OBJECT>");
}
function ses(ses){
document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='30' HEIGHT='27' id='contents' ><PARAM NAME=movie value='flash/ses.swf' /><PARAM NAME=flashvars id=objflashvars VALUE=ses="+ses+"><PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent><embed src='flash/ses.swf' quality='high' wmode='transparent' flashvars='ses="+ses+"' width='30' height='27' name='contents' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></OBJECT>");
}
function flash2(file,width,height){
document.writeln("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='"+width+"' HEIGHT='"+height+"' id='contents' ALIGN=''><PARAM NAME=movie value='"+file+"' /><PARAM NAME=quality VALUE=high><embed src='"+file+"' quality='high' width='"+width+"' height='"+height+"' name='contents' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></OBJECT>");
}

function video(file,width,height){
document.writeln("<object id='mediaPlayer' width='"+width+"' height='"+height+"'  classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95'  codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Microsoft Windows Media Player bilesenleri yukleniyor..'  type='application/x-oleobject'><param name='FileName' VALUE='videolar/"+file+"'><param name='ShowControls' value='1'><param name='AutoStart' value='0'><param name='ShowDisplay' value='False'><param name='AutoRewind' value='0'><param name='PlayCount' value='3'><param name='ShowStatusBar' value='1'><param name='ShowGotoBar' value='0'><param name='AutoSize' value='0'><param name='EnableContextMenu' value='false'><param name='BorderStyle' VALUE='1'><param name='DisplayForeColor' VALUE='0'><param name='DisplayBackColor' VALUE='0'><embed type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' filename='videolar/"+file+"' src='videolar/"+file+"' name='mediaPlayer' autostart=0  showcontrols=1  showdisplay=False showgotobar=0  enablecontextmenu=false showstatusbar=1  autosize='0' width='"+width+"' height='"+height+"'></embed></object>");
}
function mp3(file,width,height){
document.writeln("<object id='mediaPlayer' width='"+width+"' height='"+height+"'  classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95'  codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Microsoft Windows Media Player bilesenleri yukleniyor..'  type='application/x-oleobject'><param name='FileName' VALUE='"+file+"'><param name='ShowControls' value='1'><param name='AutoStart' value='1'><param name='ShowDisplay' value='False'><param name='AutoRewind' value='1'><param name='PlayCount' value='999'><param name='ShowStatusBar' value='1'><param name='ShowGotoBar' value='0'><param name='AutoSize' value='0'><param name='EnableContextMenu' value='false'><param name='BorderStyle' VALUE='1'><param name='DisplayForeColor' VALUE='0'><param name='DisplayBackColor' VALUE='0'><embed type='application/x-mplayer2' pluginspage='http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/' filename='"+file+"' src='"+file+"' name='mediaPlayer' autostart=1 AutoRewind=1 showcontrols=1  showdisplay=False showgotobar=0  enablecontextmenu=false showstatusbar=1  PlayCount=999 autosize='0' width='"+width+"' height='"+height+"'></embed></object>");
}

function tarih(){
var aylar = new Array( "Ocak","Subat","Mart","Nisan","Mayis","Haziran","Temmuz","Agustos","Eylül","Ekim","Kasim","Aralik");
var now = new Date();
thisYear = now.getYear();
if(thisYear < 1900) {thisYear += 1900}; 
document.write(now.getDate() + " " +aylar[now.getMonth()] + " " + thisYear);
}
function tarihi(){
var aylar = new Array( "January","February","March","April","May","June","July","August","September","October","November","December");
var now = new Date();
thisYear = now.getYear();
if(thisYear < 1900) {thisYear += 1900}; 
document.write(aylar[now.getMonth()] + " " +now.getDate() + ", " + thisYear);
}
