/*SWF-1
Designed by jBlog

Copy paste the following text into your web page, where the swf file should go:

<script type="text/javascript" src="swf-1.js">
</script>

You can download this script from www.nucleussystems.com/blog/

Be careful not to delete the quotations
SWF SRC*/
var src = "swf/logo.swf";

//SWF Width
var width = "600";

//SWF Height
var height = "164";

//SWF Quality
var quality = "high";

//Transparacy
var transparacy = "on";

//<!--###DO NOT EDIT ANYTHING BELOW THIS LINE###-->
//<!--###DO NOT EDIT ANYTHING BELOW THIS LINE###-->
if(transparacy=='on'){var tra='<param name="wmode" value="transparent" />';}else{var tra='';}var whattoput='<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0\" width=\"'+width+'\" height=\"'+height+'\"><param name=\"movie\" value=\"'+src+'\" /><param name=\"quality\" value=\"'+quality+'\" />'+tra+'<embed src=\"'+src+'\" quality=\"'+quality+'\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"'+width+'\" height=\"'+height+'\"></embed></object>';document.write(whattoput);
