function clock1()
{
    document.write('<embed src="http://www.clocklink.com/clocks/5001-Blue.swf?TimeZone=GMT&DateFormat=DD-mm-YYYY" width="240" height="20" wmode="transparent" type="application/x-shockwave-flash">');
}

function clock2()
{
    document.write('<embed src="http://www.clocklink.com/clocks/5001-Blue.swf?TimeZone=PST&DateFormat=DD-mm-YYYY" width="240" height="20" wmode="transparent" type="application/x-shockwave-flash">');
}

function clock3()
{
    document.write('<embed src="http://www.clocklink.com/clocks/5001-Blue.swf?TimeZone=EST&DateFormat=DD-mm-YYYY" width="240" height="20" wmode="transparent" type="application/x-shockwave-flash">');
}

function clock4()
{
    document.write('<embed src="http://www.clocklink.com/clocks/5001-Blue.swf?TimeZone=AEST&DateFormat=DD-mm-YYYY" width="240" height="20" wmode="transparent" type="application/x-shockwave-flash">');
}

function radio(station)
{
 document.write('<object id="mediaPlayer" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">');
 document.write('<param name="URL" value='+station+'>');
 document.write('<embed type="application/x-mplayer2" name="MediaPlayer" src='+station+'>');
 document.write('</embed></object>');
}

function ryderwinners()
{
 document.write('<center><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="260" height="180" id="./movies/ryder_video_high.swf" align="center">');
 document.write('<param name="allowScriptAccess" value="sameDomain">');
 document.write('<param name="movie" value="./movies/ryder_video_high.swf">');
 document.write('<param name="quality" value="high">');
 document.write('<param name="bgcolor" value="#ffffff">');
 document.write('<param name="menu" value="false">');
 document.write('<param name="loop" value="false">');
 document.write('<param name="volume" value="50">');
 document.write('<embed src="./movies/ryder_video_high.swf" quality="high" volume="50" bgcolor="#ffffff" width="260" height="180" name="./movies/ryder_video_high.swf" align="center" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
 document.write('</object><br><br>');
}

function ladscroll(scrollname,scroller)
{
 document.write('<applet code="advnewsticker2.class" width="600" height="18">');
 document.write('<param name="applet_width" value="600">');
 document.write('<param name="applet_height" value="18">');

 document.write('<param name="regcode" value="">');
 document.write('<param name="info" value="Applet by Gokhan Dagli,www.appletcollection.com">');

 document.write('<param name="input_text" value="from_parameters">');
 document.write('<param name="text_file" value="">');

 document.write('<param name="bgcolor" value="008000">');
 document.write('<param name="text_color" value="ffffff">');
 document.write('<param name="highlight_text_color" value="ff9900">');

 document.write('<param name="font_type" value="Tahoma">');
 document.write('<param name="font_size" value="14">');
 document.write('<param name="font_style" value="1">');
 document.write('<param name="underline" value="no">');

 document.write('<param name="border_thickness" value="1">');
 document.write('<param name="border_color" value="008000">');
 document.write('<param name="highlight_border_color" value="E00000">');

 document.write('<param name="text_align" value="center">');
 document.write('<param name="xoffset" value="0">');
 document.write('<param name="yoffset" value="0">');

 document.write('<param name="pause_time" value="3000">');
 document.write('<param name="hscroll_delay" value="8">');
 document.write('<param name="vscroll_delay" value="30">');
 document.write('<param name="typewriter_delay" value="30">');
 document.write('<param name="fade_delay" value="100">');

 document.write('<param name="effects" value="custom">');
 document.write('<param name="custom_in_effects" value="1,5">');
 document.write('<param name="custom_out_effects" value="1,5">');

 document.write('<param name="text1" value="'+scrollname+'">');
 document.write('<param name="link1" value="">');
 document.write('<param name="target_frame1" value="_self">');

 document.write('<param name="text2" value="'+scroller+'">');
 document.write('<param name="link2" value="">');
 document.write('<param name="target_frame2" value="_self">');
 document.write('</applet>');
}


function youtubeswf(file, width, height)
{
 document.write('<object width="' +width+ '" height="' +height+ '">');
 document.write('<param name="movie" value="http://www.youtube.com/v/' +file+ '">');
 document.write('</param>');
 document.write('<param name="wmode" value="transparent">');
 document.write('</param>');
 document.write('<embed src="http://www.youtube.com/v/' +file+ '" type="application/x-shockwave-flash" wmode="transparent" width="' +width+ '" height="' +height+ '">');
 document.write('</embed>');
 document.write('</object>');
}

function worldmap()
{
 document.write ('<div>');
 document.write ('<embed quality="high" type="application/x-shockwave-flash" src="http://www.frappr.com/ajax/yvmap.swf" allowScriptAccess="always" flashvars="host=http://www.frappr.com/&origin=unknown&lo=1&mvid=137440427302" salign="l" align="middle" scale="noscale" width="600" height="400">');
 document.write ('</embed>');
 document.write ('</div>');
}
