/* USE WORDWRAP AND MAXIMIZE THE WINDOW TO SEE THIS FILE
========================================
 V-NewsTicker v2.2
 License : Freeware (Enjoy it!)
 (c)2003 VASIL DINKOV- PLOVDIV, BULGARIA
========================================
 For IE4+, NS4+, Opera5+, Konqueror3.1+
========================================
 Get the NewsTicker script at:
 http://www.smartmenus.org/other.php
 and don't wait to get the Great SmartMenus script at:
 http://www.smartmenus.org
 LEAVE THESE NOTES PLEASE - delete the comments if you want */

// BUG in Opera:
// If you want to be able to control the body margins
// put the script right after the BODY tag, not in the HEAD!!!

// === 1 === FONT, COLORS, EXTRAS...


v_font='arial,sans-serif';
v_fontSize='11px';
v_fontSizeNS4='11px';
v_fontWeight='bold';
v_fontStyle='normal';
v_fontColor='#666666';
v_fontColora='#666666';
v_textDecoration='none';
v_fontColorHover='#ff0000';//		| won't work
v_textDecorationHover='underline';//	| in Netscape4
v_bgColor='#ffffff';
// set [='transparent'] for transparent
// set [='url(image_source)'] for image
v_top=0;//	|
v_left=0;//	| defining
v_width=150;//	| the box
v_height=90;//	|
v_paddingTop=2;
v_paddingLeft=0;
v_position='relative';// absolute/relative
v_timeout=2500;//1000 = 1 second
v_slideSpeed=30;
v_slideDirection=0;//0=down-up;1=up-down
v_pauseOnMouseOver=true;
// v2.2+ new below

v_slideStep=1;//pixels
v_textAlign='left';// left/center/right
v_textVAlign='middle';// top/middle/bottom - won't work in Netscape4




// === 2 === THE CONTENT - ['href','text','target']
// Use '' for href to have no link item
//Arreglo de noticias
//var v_content = new Array();


scriptInserted="<script language=javascript src='js/noticias.aspx' type=text/javascript></script>";
document.write(scriptInserted);

//v_content[0] = "['Nuevo Honda Station Wagon','El 8 de abril fue lanzado en el mercado japonés, el nuevo Honda Station Wagon compacto AIRWAVE...','<img src="images/img_siguiente.gif" border="0" align="absmiddle">','http://www.google.com','_self']";
/*
v_content=[
['Nuevo Honda Station Wagon','El 8 de abril fue lanzado en el mercado japonés, el nuevo Honda Station Wagon compacto AIRWAVE...','<img src="images/img_siguiente.gif" border="0" align="absmiddle">','http://www.google.com','_self'],
['Segundo Honda Station Wagon','El 8 de abril fue lanzado en el mercado japonés, el nuevo Honda Station Wagon compacto AIRWAVE...','<img src="images/img_siguiente.gif" border="0" align="absmiddle">','http://www.google.com','_self'],
['Tercer Honda Station Wagon','El 8 de abril fue lanzado en el mercado japonés, el nuevo Honda Station Wagon compacto AIRWAVE...','<img src="images/img_siguiente.gif" border="0" align="absmiddle">','http://www.google.com','_self']
];
*/






