FREE plan:
|
 |
 |
Radio Stations:
QUICK SETUP

To display radio stations grouped into common categories, please copy the code below into the HTML of your page.
For the header background colors and header text, you can use hexadecimal RGB codes(like #FF00FF, #008AEF,etc) or standar HTML color names(like gray, black, blue, etc.)
You can display only certain stations by changing the "1" to "0" in the code..

<!--- Smashits - Radio Stations --->
<SCRIPT LANGUAGE="JavaScript">
<!--
var header_bgcolor="#333333";
var header_textcolor="#FFFFFF";
var by_singer=1;
var by_actor=1;
var by_actress=1;
var by_movie_year=1;
var by_gender=1;
var by_director=1;
var by_music_director=1;
var by_music_category=1;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/radio.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Radio Stations --->
|
 |
 |
| See an example of how radio stations will look on your site. Click Here |
 |
CUSTOMIZED SETUP

Individual stations can be selected according to the page content. Click here to customize the code to include in your HTML page. |
 |
 |
Daily News:
To display daily news on your site, please copy the code below into the HTML of your page.
You can display your Title image/logo in Each Article by replacing Put_the_url_to_your_logo_here in the code with the URL of your logo.
Make sure that the logo is already uploaded on your server before you use the script.

<!--- Smashits - Daily News --->
<SCRIPT LANGUAGE="JavaScript">
<!--
var imageurl="Put_the_url_to_your_logo_here";
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/today_news.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Daily News --->
|
 |
 |
| See an example of how daily news will look on your site. Click Here |
 |
After placing the code, please contact us at associates@smashits.com with your site logo, so we can place your logo in the associates list. Please include 'Content Syndication' in the subject line.
|
 |
 |
All articles and news archive:
To display all articles and news archives on your site, please copy the code below into your file.
You can display your Title image/logo in Each Article by replacing Put_the_url_to_your_logo_here in the code with the URL of your logo.
Make sure that the logo is already uploaded on your server before you use the script.

<!--- Smashits - Bollywood News --->
<SCRIPT LANGUAGE="JavaScript">
<!--
var imageurl="Put_the_url_to_your_logo_here";
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/bollywood_news.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Bollywood News --->
|
 |
 |
|
See an example of how all articles and news archive will look on your site.Click Here
|
 |
 |
 |
Audio Search Box:
To display an audio search box on your site, please copy the code below into the HTML of your page. You can display your
Web site image/logo in each search by replacing "Put_the_url_to_your_logo_here" in the code with
the URL of your logo. Make sure that the logo is already uploaded on your server before you use the script.
You can also customize the size and color of the box using the parameters listed in the code. For the colors, you can use hexadecimal RGB
codes(like #FF00FF, #008AEF,etc) or standar HTML color names(like gray, black, blue, etc.) You can also have more than one search box per page, just make sure
to have a different "formnumber" for each code you place. The search box comes in two shapes: box and horizontal bar. Select the
code that adjusts better to your pages.
CODE FOR BOX SHAPE

<!--- Smashits - Audio Search BOX--->
<SCRIPT LANGUAGE="JavaScript">
<!--
var imageurl="Put_the_url_to_your_logo_here";
var boxwidth = 114;
var boxheight = 123;
var bordercolor = "black";
var titlebgcolor = "black";
var titlefontcolor = "white";
var boxbgcolor = "#6682D1";
var boxfontcolor = "white";
var formnumber = 1;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/search.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Audio Search BOX --->
CODE FOR HORIZONTAL BAR SHAPE

<!--- Smashits - Horizontal Audio Search BAR--->
<SCRIPT LANGUAGE="JavaScript">
<!--
var imageurl="Put_the_url_to_your_logo_here";
var boxwidth = 114;
var bordercolor = "black";
var titlebgcolor = "black";
var titlefontcolor = "white";
var boxbgcolor = "#6682D1";
var boxfontcolor = "white";
var formnumber = 1;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/searchh.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Horizontal Audio Search BAR --->
|
 |
 |
|
See an example of how the audio search box will look on your site.Click Here
|
 |
 |
Video Search Box:
To display an video search box on your site, please copy the code below
into the HTML of your page. You can display your Web site image/logo in each search by replacing "Put_the_url_to_your_logo_here" in the code with
the URL of your logo. Make sure that the logo is already uploaded on your server before you use the script.
You can also customize the size and color of the box using the parameters listed in the code. For the colors, you can use hexadecimal RGB
codes(like #FF00FF, #008AEF,etc) or standar HTML color names(like gray, black, blue, etc.) You can also have more than one search box per page, just make sure
to have a different "formnumber" for each code you place. The search box comes in two shapes: box and horizontal bar. Select the
code that adjusts better to your pages.
CODE FOR BOX SHAPE

<!--- Smashits - Video Search BOX--->
<SCRIPT LANGUAGE="JavaScript">
<!--
var imageurl="Put_the_url_to_your_logo_here";
var boxwidth = 114;
var boxheight = 123;
var bordercolor = "black";
var titlebgcolor = "black";
var titlefontcolor = "white";
var boxbgcolor = "#6682D1";
var boxfontcolor = "white";
var formnumber = 1;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/searchv.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Video Search BOX --->
CODE FOR HORIZONTAL BAR SHAPE

<!--- Smashits - Horizontal Video Search BAR--->
<SCRIPT LANGUAGE="JavaScript">
<!--
var imageurl="Put_the_url_to_your_logo_here";
var boxwidth = 114;
var bordercolor = "black";
var titlebgcolor = "black";
var titlefontcolor = "white";
var boxbgcolor = "#6682D1";
var boxfontcolor = "white";
var formnumber = 1;
//-->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/searchvh.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Horizontal Video Search BAR --->
|
 |
 |
|
See an example of how the video search box will look on your site.Click Here
|
 |
 |
Recent News Headlines:
To display daily news headlines on your site, please copy the code below into the HTML of your page.

<!--- Smashits - Recent News Headlines --->
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/syndicatehl.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Recent News Headlines --->
|
 |
 |
|
See an example of how recent news headlines will look on your site. Click Here
|
 |
 |
Scrolling Bollywood News:
To display daily news headlines on your site, please copy the code below into the HTML of your page.

<!--- Smashits - Scrolling Bollywood News --->
<SCRIPT LANGUAGE="JavaScript" SRC="http://ww.smashits.com/articles/asso_marque/marque_script.js" TYPE="text/javascript"></SCRIPT>
<!--- Smashits - Scrolling Bollywood News --->
|
 |
 |
|
See an example of how all articles and news archive will look on your site.Click Here
|
 |
 |
Bollywood Beat Radio Show:
To display Bollywood Beat's most recent radio show on your site, please copy the code below into the HTML of your page.
Your users will be able to listen to the recent radio show broadcasted in Orlando and San Francisco Bay Area. Also your users will have
an option to view the entire archive of all the shows broadcasted up until now.

<!--- Bollywood Beat Radio Show --->
<SCRIPT LANGUAGE="JavaScript">
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="http://www.bollywoodbeat.net/include/content_synd.js" TYPE="text/javascript"></SCRIPT>
<!--- Bollywood Beat Radio Show --->
|
 |
 |
| See an example of how Bollywood Beat Radio Show will look on your site. Click Here |
 |
After placing the code, please contact us at associates@smashits.com with your site logo, so we can place your logo in the associates list. Please include 'Content Syndication' in the subject line.
|
 |
|
 |
| PAID/BARTER plan: |
 |
 |
UPGRADE THE FREE VERSION WITH THESE EXTRA FEATURES:
- NO BANNERS/ OR YOUR BANNERS
- YOUR OWN DESIGN/CUSTOMIZATION
- YOUR LOGO ONLY
- CO-BRANDED
For more info on this plan contact: associates@smashits.com. Please include 'Content Syndication Paid/Barter Plan' in the subject line.
|
 |
 |
|
 |
| OUR ASSOCIATES: |












|
 |
After placing our content on your site, please contact us at associates@smashits.com with your site logo, so we can place your logo in the associates list. Please include 'Content Syndication' in the subject line.
All News material is copyright work of SmasHits.com. SmasHits.com reserves the right to abort these plans at any time unless previously agreed upon. |
 |